aggregator: Fix query leak

This commit is contained in:
Olivier Crête 2015-01-09 21:30:36 -05:00
parent c01af3aa8f
commit 22ea83e7fa

View file

@ -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) {