mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
mpegdemux: Don't leak the SCHEDULING query
This commit is contained in:
parent
7bcd991f93
commit
2e0bc90903
1 changed files with 2 additions and 0 deletions
|
@ -2876,6 +2876,8 @@ gst_flups_demux_sink_activate (GstPad * sinkpad, GstObject * parent)
|
|||
}
|
||||
}
|
||||
|
||||
gst_query_unref (query);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue