From 1d3980cda23a8a4daf8c25ad893c92209a41e881 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ren=C3=A9=20Stadler?= Date: Fri, 7 Oct 2011 14:05:19 +0200 Subject: [PATCH] oggdemux: don't leak scheduling query --- ext/ogg/gstoggdemux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/ogg/gstoggdemux.c b/ext/ogg/gstoggdemux.c index 31d4255..f535e60 100644 --- a/ext/ogg/gstoggdemux.c +++ b/ext/ogg/gstoggdemux.c @@ -4331,6 +4331,7 @@ gst_ogg_demux_sink_activate (GstPad * sinkpad) } gst_query_parse_scheduling (query, &pull_mode, NULL, NULL, NULL, NULL, NULL); + gst_query_unref (query); if (!pull_mode) goto activate_push; -- 2.7.4