mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
glupload: Fix memory leak in unit test
This commit is contained in:
parent
d4a8d67982
commit
5cd10a10ab
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_object_unref (upload_meta);
|
||||||
gst_gl_context_del_texture (context, &tex_ids[0]);
|
gst_gl_context_del_texture (context, &tex_ids[0]);
|
||||||
|
gst_buffer_unref (buffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
|
|
Loading…
Reference in a new issue