[Bug 787015] New: gst-streaming-server : Fix Memory leak in error case.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Aug 30 13:44:43 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=787015
Bug ID: 787015
Summary: gst-streaming-server : Fix Memory leak in error case.
Classification: Platform
Product: GStreamer
Version: 1.12.2
OS: All
Status: NEW
Severity: normal
Priority: Normal
Component: gst-streaming-server
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: sp.gupta at samsung.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
CC: ds at schleef.org
GNOME version: ---
Created attachment 358760
--> https://bugzilla.gnome.org/attachment.cgi?id=358760&action=edit
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.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list