tests: fix memory leak in basetime test

This commit is contained in:
Tim-Philipp Müller 2011-12-01 01:07:26 +00:00
parent 1bf8fa1e5f
commit c58d4f54d6

View file

@ -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;