diff --git a/tests/check/gst/gstbus.c b/tests/check/gst/gstbus.c index 9151fdd0bd..6519aedd2b 100644 --- a/tests/check/gst/gstbus.c +++ b/tests/check/gst/gstbus.c @@ -563,6 +563,7 @@ GST_START_TEST (test_custom_main_context) if (ctx) g_main_context_unref (ctx); g_main_loop_unref (loop); + gst_object_unref (pipeline); } GST_END_TEST;