gstbus: Unref pipeline after usage in test_custom_main_context unit test

This makes the core unit tests valgrind clean again.
This commit is contained in:
Sebastian Dröge 2009-08-11 05:47:21 +02:00
parent adb16ca162
commit 46b2a5a34e

View file

@ -563,6 +563,7 @@ GST_START_TEST (test_custom_main_context)
if (ctx) if (ctx)
g_main_context_unref (ctx); g_main_context_unref (ctx);
g_main_loop_unref (loop); g_main_loop_unref (loop);
gst_object_unref (pipeline);
} }
GST_END_TEST; GST_END_TEST;