mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
tests: multiqueue: fix leaks
This commit is contained in:
parent
e10266e3f3
commit
baf1688474
1 changed files with 2 additions and 0 deletions
|
@ -940,6 +940,8 @@ GST_START_TEST (test_buffering_with_none_pts)
|
|||
gst_element_set_state (mq, GST_STATE_NULL);
|
||||
gst_object_unref (inputpad);
|
||||
gst_object_unref (outputpad);
|
||||
gst_object_unref (mq_sinkpad);
|
||||
gst_object_unref (mq_srcpad);
|
||||
gst_object_unref (mq);
|
||||
g_mutex_clear (&block_mutex);
|
||||
g_cond_clear (&block_cond);
|
||||
|
|
Loading…
Reference in a new issue