glupload: Fix memory leak in unit test

This commit is contained in:
Sebastian Dröge 2014-06-29 21:57:32 +02:00 committed by Tim-Philipp Müller
parent fcb15bd609
commit 7ba2288f3e

View file

@ -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;