GNOME Bugzilla – Bug 571150
aspectratiocrop : Memory leak
Last modified: 2009-02-10 10:34:31 UTC
aspectratiocrop doesn't call the parent class (GstBin) finalize implementation, resulting in a memory leak of the contained elements.
Created attachment 128361 [details] [review] Memory leak fix Call the parent class finalize implementation.
commit f1221b0c345accec65b81e54abff1a3b75bcfaee Author: Edward Hervey <bilboed@bilboed.com> Date: Tue Feb 10 11:27:51 2009 +0100 aspectratiocrop: Don't forget to call parent finalize implementation. This fixes a memory leak (leaking the contained elements of the bin). Fixes #571150