tests: Unref the bus once we're done with it

This commit is contained in:
Edward Hervey 2010-04-01 18:51:17 +02:00
parent 2a477a0ae5
commit e0c7452edf

View file

@ -134,6 +134,7 @@ GST_START_TEST (test_capsfilter_renegotiation)
if (current_caps)
gst_caps_unref (current_caps);
gst_message_unref (msg);
g_object_unref (bus);
g_object_unref (G_OBJECT (pipeline));
}