GNOME Bugzilla – Bug 534071
Gdppay memleak
Last modified: 2008-05-21 06:44:44 UTC
When the caps change the existing caps_buf isn't unreffed before a new one is set..
Created attachment 111235 [details] [review] Patch to fix the leak
2008-05-21 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Antoine Tremblay <hexa00 at gmail dot com> * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain): Close a buffer memory leak. Fixes bug #534071.