From 7ba2288f3edffaf8e22e726c1144c5470c4b2085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 29 Jun 2014 21:57:32 +0200 Subject: [PATCH] glupload: Fix memory leak in unit test --- tests/check/libs/gstglupload.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check/libs/gstglupload.c b/tests/check/libs/gstglupload.c index 5c014a477f..1960b1edac 100644 --- a/tests/check/libs/gstglupload.c +++ b/tests/check/libs/gstglupload.c @@ -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;