GNOME Bugzilla – Bug 581427
[mpeg4videoparse] config buffer is leaked
Last modified: 2009-05-05 14:55:46 UTC
The config buffer (used to set the config in the output caps) is leaked when the mpeg4videoparse element is destroyed. Patch follows.
Created attachment 134009 [details] [review] [mpeg4videoparse] Fixed memory leak of config data.
commit 9542d9e2513c0d88a8de65c7585e0d81b7249dda Author: Arnout Vandecappelle <arnout@mind.be> Date: Tue May 5 16:54:39 2009 +0200 mpeg4videoparse: don't leak the config data Clear the config data when going to READY or when disposed. Fixes #581427