GNOME Bugzilla – Bug 787015
gst-streaming-server : Fix Memory leak in error case in gss-pull.c
Last modified: 2017-09-11 09:30:44 UTC
Created attachment 358760 [details] [review] Patch file is attached. Hi, File : gst-streaming-server/gst-streaming-server/gss-pull.c Function gss_stream_create_follow_pipeline : 245 There is memory leak in error path when "gst_parse_launch" failes. Solution : g_string_free (pipe_desc, TRUE); ++patch is attched for possible solution. Kindly review the patch and provide your feedback.
commit 178e25b0d6436e23ec381c4e47001b341c67608d (HEAD -> master) Author: Satya Prakash Gupta <sp.gupta@samsung.com> Date: Wed Aug 30 19:09:18 2017 +0530 gst-streaming-server: Fix memory leak in error case https://bugzilla.gnome.org/show_bug.cgi?id=787015