mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
tests: glmemory: fix leaks in unit test
This commit is contained in:
parent
82dc6a4858
commit
afe5ed8ad7
1 changed files with 2 additions and 0 deletions
|
@ -433,6 +433,8 @@ GST_START_TEST (test_transfer_state)
|
|||
GST_GL_BASE_MEMORY_TRANSFER_NEED_UPLOAD));
|
||||
fail_unless (GST_MEMORY_FLAG_IS_SET (mem,
|
||||
GST_GL_BASE_MEMORY_TRANSFER_NEED_DOWNLOAD));
|
||||
|
||||
gst_memory_unref (mem);
|
||||
}
|
||||
|
||||
GST_END_TEST;
|
||||
|
|
Loading…
Reference in a new issue