tests: fix leak in buffer test_wrapped_bytes test

This commit is contained in:
Tim-Philipp Müller 2019-03-06 09:04:54 +00:00
parent 5dc149f4f2
commit dfd9fd7f82

View file

@ -918,6 +918,7 @@ GST_START_TEST (test_wrapped_bytes)
fail_unless (GST_MEMORY_IS_READONLY (mem));
gst_buffer_unref (buf);
g_bytes_unref (bytes);
}
GST_END_TEST;