tests: glmatrix: fix leaks in unit test

This commit is contained in:
Tim-Philipp Müller 2019-03-06 09:23:22 +00:00
parent afe5ed8ad7
commit 9f664f62ee

View file

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