videomixer: Fix memory leak in unit test

This commit is contained in:
Sebastian Dröge 2014-04-16 19:03:47 +02:00
parent b21b46a07a
commit cd4c17031b

View file

@ -1019,6 +1019,8 @@ GST_START_TEST (test_flush_start_flush_stop)
/* cleanup */
gst_element_set_state (pipeline, GST_STATE_NULL);
gst_object_unref (sinkpad1);
gst_object_unref (sinkpad2);
gst_object_unref (pipeline);
}