mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
tests: glmatrix: fix leaks in unit test
This commit is contained in:
parent
afe5ed8ad7
commit
9f664f62ee
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue