GNOME Bugzilla – Bug 650912
Rare leak in qtdemux
Last modified: 2011-06-15 22:43:41 UTC
Created attachment 188422 [details] [review] Patch for the leak For some incomplete/corrupted files a GstBuffer is possibly leaked. I think a call to gst_buffer_unref is missing, see attached patch. ("This file is incomplete and cannot be played.\nWe got less than expected ..."
commit 090e3a6f41c0016bf7d96c93970a6ebd0224603f Author: Jonas Larsson <jonas.larsson@hiq.se> Date: Tue May 24 09:48:56 2011 +0200 qtdemux: Fix buffer leak with corrupted files Fixes bug #650912.