summaryrefslogtreecommitdiff
path: root/tests/check/libs/aggregator.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/libs/aggregator.c')
-rw-r--r--tests/check/libs/aggregator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check/libs/aggregator.c b/tests/check/libs/aggregator.c
index 877c4fbab..5f6ae2e2a 100644
--- a/tests/check/libs/aggregator.c
+++ b/tests/check/libs/aggregator.c
@@ -342,6 +342,8 @@ downstream_probe_cb (GstPad * pad, GstPadProbeInfo * info, TestData * test)
g_atomic_int_inc (&test->flush_stop_events);
}
+ gst_mini_object_unref (info->data);
+
return GST_PAD_PROBE_HANDLED;
}