mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
glupload: Fix memory leak in unit test
This commit is contained in:
parent
fcb15bd609
commit
7ba2288f3e
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ GST_START_TEST (test_upload_meta_producer)
|
|||
|
||||
gst_object_unref (upload_meta);
|
||||
gst_gl_context_del_texture (context, &tex_ids[0]);
|
||||
gst_buffer_unref (buffer);
|
||||
}
|
||||
|
||||
GST_END_TEST;
|
||||
|
|
Loading…
Reference in a new issue