mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
check: Fix leak in lc3 test
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7415>
This commit is contained in:
parent
8da2ea6fa1
commit
38271fc9e4
1 changed files with 1 additions and 0 deletions
|
@ -316,6 +316,7 @@ dec_plc_test (void)
|
|||
|
||||
gst_buffer_unref (buf);
|
||||
gst_harness_teardown (h);
|
||||
gst_object_unref (dec);
|
||||
}
|
||||
|
||||
GST_START_TEST (test_48k_8ch_10000us)
|
||||
|
|
Loading…
Reference in a new issue