GNOME Bugzilla – Bug 515704
[gconf] Memory leak when creation of pipeline fails
Last modified: 2008-02-11 13:47:38 UTC
Hi, attached patch fixes a memory leak when creation of pipeline fails.
Created attachment 104899 [details] [review] gconf.diff
2008-02-11 Sebastian Dröge <slomo@circular-chaos.org> * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default): Use and unset the GError when pipeline creation fails instead of simply leaking it. Fixes bug #515704.