From: Tim-Philipp Müller Date: Wed, 6 Mar 2019 09:23:22 +0000 (+0000) Subject: tests: glmatrix: fix leaks in unit test X-Git-Tag: 1.19.3~511^2~1201 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f664f62ee7c304ee14779125c15a8f6112d0b42;p=platform%2Fupstream%2Fgstreamer.git tests: glmatrix: fix leaks in unit test --- 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;