GNOME Bugzilla – Bug 646972
queue2: Fixes memory leak on out_flushing error in gst_queue2_create_read
Last modified: 2011-04-07 19:51:21 UTC
Created attachment 185374 [details] [review] patch Unref the buffer if flushing
Håvard: Why is this a blocker?
Blocker status is fine, we'd like to make sure we don't forget to look at it before the upcoming release.
Pushed, along with some other leak fixes, thanks for the patch! commit 5c75330fea3b4da43eff00feeeb165d9318427b0 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Thu Apr 7 20:47:25 2011 +0100 tests: add some basic unit tests for queue2 commit 12249e99c24c002f3185889287140a908b4e8855 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Thu Apr 7 20:45:22 2011 +0100 queue2: fix buffer leak on eos when using the ring buffer commit 46a786cee66cb2193a22000950246f1486f48642 Author: Idar Tollefsen <itollefs@cisco.com> Date: Tue Jan 11 14:27:35 2011 +0100 queue2: Fixes memory leak on out_flushing error in gst_queue2_create_read. https://bugzilla.gnome.org/show_bug.cgi?id=646972 commit 419d117851d81b32929e0eb358ae1171b3e31a59 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Thu Apr 7 19:44:44 2011 +0100 queue2: fix minor memory leak