videomixer: Fix memory leak in unit test
This commit is contained in:
parent
b21b46a07a
commit
cd4c17031b
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user