GNOME Bugzilla – Bug 581432
[multipartdemux] source pads are leaked
Last modified: 2009-05-05 15:04:29 UTC
Multipartdemux keeps a GSList of source pads (GstMultipartPad objects), but these are never freed. Patch follows.
Created attachment 134011 [details] [review] [multipartdemux] Fixed memory leak of multipart pads.
commit 3f2144c5eea3b84bee28fc7424814931ba6bc63c Author: Arnout Vandecappelle <arnout@mind.be> Date: Tue May 5 17:03:29 2009 +0200 multipartdemux: don't leak dynamic pads Free the dynamic pads data in finalize. Fixes #581432