mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
adb16ca162
commit
46b2a5a34e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue