[Bug 765794] registrychunks: Memory leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 2 07:12:10 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=765794

--- Comment #6 from DEEPAK SRIVASTAVA <srivastava.d at samsung.com> ---
The reason to introduce that new macro is that the variable "factory" is
locally declared inside if block and else block seperately and that is not
accessible outside the scope. Please note that lable "fail" is outside if else
block. 
Second thing is that inside if block "factory->uri_protocols" and in else block
"factory->extensions" is getting freed. So I can not move this "factory"
variable to function level. Please suggest.

-- 
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