GNOME Bugzilla – Bug 727883
baseparse: Memory leak of queue frames
Last modified: 2014-04-12 13:18:23 UTC
Created attachment 273867 [details] [review] baseparse: Fix memory leak I've found a memory leak on baseparse when frames are queued, I attach a patch to solve the problem.
commit f880742638f2abad6eefa022ccaeb3f9c1212499 Author: Jose Antonio Santos Cadenas <santoscadenas@gmail.com> Date: Wed Apr 9 10:15:33 2014 +0200 baseparse: Fix memory leak Queued frames were not released after being pushed, this caused a leak of the GstBaseParseFrame structure. https://bugzilla.gnome.org/show_bug.cgi?id=727883