mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 15:19:57 +00:00
tests: fix buffer leak in queue2 unit test
This commit is contained in:
parent
30d11e413a
commit
42b3e5565d
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ GST_START_TEST (test_filled_read)
|
|||
gst_object_unref (sinkpad);
|
||||
gst_object_unref (srcpad);
|
||||
gst_object_unref (queue2);
|
||||
gst_buffer_unref (buffer);
|
||||
}
|
||||
|
||||
GST_END_TEST;
|
||||
|
|
Loading…
Reference in a new issue