GNOME Bugzilla – Bug 787014
realmedia: Fix Memory leak in error case
Last modified: 2017-08-30 15:22:37 UTC
Created attachment 358759 [details] [review] Patch file is attached. Hi, File : gst-plugins-ugly/gst/realmedia/rtspreal.c Function rtsp_ext_real_stream_select Line : 629 There is memory leak in error path when "gst_rtsp_message_init_request" failes. Solution : g_free (req_url) ++patch is attched for possible solution. Kindly review the patch and provide your feedback.
commit c3cf7ab5c4792d137e2f45c69b0fb73c12da7f5f (HEAD -> master, origin/master, origin/HEAD) Author: Satya Prakash Gupta <sp.gupta@samsung.com> Date: Wed Aug 30 18:41:28 2017 +0530 realmedia: Fix Memory leak in error case https://bugzilla.gnome.org/show_bug.cgi?id=787014