mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
tests: audio: fix leaks in unit test
This commit is contained in:
parent
6f6c73b223
commit
3221167750
1 changed files with 1 additions and 0 deletions
|
@ -1396,6 +1396,7 @@ GST_START_TEST (test_audio_buffer_and_audio_meta)
|
|||
}
|
||||
|
||||
gst_audio_buffer_unmap (&buffer);
|
||||
gst_buffer_unref (buf);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue