GNOME Bugzilla – Bug 425400
Multiqueue leaks memory when releasing sink pads
Last modified: 2007-04-03 11:02:55 UTC
Deactivate pads and free GstSingleQueue with gst_single_queue_free() when releasing sink pad.
Created attachment 85685 [details] [review] Patch to fix memleak
Created attachment 85687 [details] [review] Updated patch
Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com> * plugins/elements/gstmultiqueue.c: (gst_multi_queue_release_pad): Deactivate pads and free GstSingleQueue with gst_single_queue_free() when releasing sink pad. Fixes #425400.