GNOME Bugzilla – Bug 748247
oggdemux: fix event leak
Last modified: 2015-04-23 10:04:15 UTC
.
Created attachment 302067 [details] [review] oggdemux: fix event leaks gst_event_replace() takes its own reference on the event so we should drop ours after creating and storing an event using it. This fix leaks which can be reproduced using the validate.http.media_check.vorbis_theora_1_ogg scenario.
Thanks, pushed. commit d31472fde750d3a592ef2232bfafe97dc34a9465 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Tue Apr 21 15:27:57 2015 +0200 oggdemux: fix event leaks gst_event_replace() takes its own reference on the event so we should drop ours after creating and storing an event using it. This fix leaks which can be reproduced using the validate.http.media_check.vorbis_theora_1_ogg scenario. https://bugzilla.gnome.org/show_bug.cgi?id=748247