GNOME Bugzilla – Bug 654293
[basevideodecoder] Leaks coder_hook
Last modified: 2011-07-09 09:27:02 UTC
When allocating memory for the coder_hook of GstVideoFrame it is possible that the frame is destroyed without the coder_hook ever being freed. There should be a GDestroyNotify or something for the coder_hook and I'm going to attach a patch for that now.
commit fc93c66d3be4dc02af2e9f1215ae43e540bc67e5 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Sat Jul 9 10:57:52 2011 +0200 basevideo: Add destroy notify for the coder_hook to prevent memory leaks Fixes bug #654293.