mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
tests: fix memory leak in basetime test
This commit is contained in:
parent
1bf8fa1e5f
commit
c58d4f54d6
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ GST_START_TEST (test_basetime_calculation)
|
|||
gst_object_unref (pad);
|
||||
gst_element_set_state (p1, GST_STATE_NULL);
|
||||
gst_object_unref (p1);
|
||||
|
||||
g_main_loop_unref (loop);
|
||||
}
|
||||
|
||||
GST_END_TEST;
|
||||
|
|
Loading…
Reference in a new issue