aggregator: Fix query leak

This commit is contained in:
Olivier Crête 2015-01-09 21:30:36 -05:00 committed by Tim-Philipp Müller
parent 4534253145
commit 53dd0c650f

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