From 9f664f62ee7c304ee14779125c15a8f6112d0b42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 6 Mar 2019 09:23:22 +0000 Subject: [PATCH] tests: glmatrix: fix leaks in unit test --- tests/check/libs/gstglmatrix.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/check/libs/gstglmatrix.c b/tests/check/libs/gstglmatrix.c index 2fcdb3a..fe49b50 100644 --- a/tests/check/libs/gstglmatrix.c +++ b/tests/check/libs/gstglmatrix.c @@ -333,6 +333,8 @@ GST_START_TEST (test_matrix_vertex_y_invert) "value %f at index %u does not match " "expected value %f", res[i], i, expected[i]); } + + gst_buffer_unref (buffer); } GST_END_TEST; -- 2.7.4