mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tests: Unref the bus once we're done with it
This commit is contained in:
parent
2a477a0ae5
commit
e0c7452edf
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ GST_START_TEST (test_capsfilter_renegotiation)
|
||||||
if (current_caps)
|
if (current_caps)
|
||||||
gst_caps_unref (current_caps);
|
gst_caps_unref (current_caps);
|
||||||
gst_message_unref (msg);
|
gst_message_unref (msg);
|
||||||
|
g_object_unref (bus);
|
||||||
g_object_unref (G_OBJECT (pipeline));
|
g_object_unref (G_OBJECT (pipeline));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue