mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
aggregator: Fix query leak
This commit is contained in:
parent
c01af3aa8f
commit
22ea83e7fa
1 changed files with 2 additions and 0 deletions
|
@ -1308,6 +1308,8 @@ gst_aggregator_event_forward_func (GstPad * pad, gpointer user_data)
|
|||
} else {
|
||||
GST_ERROR_OBJECT (pad, "Query seeking FAILED");
|
||||
}
|
||||
|
||||
gst_query_unref (seeking);
|
||||
}
|
||||
|
||||
if (evdata->flush) {
|
||||
|
|
Loading…
Reference in a new issue