tests: fix memory leak in unit test
This commit is contained in:
parent
95b4de4ed7
commit
3c39d99847
@ -137,6 +137,7 @@ GST_START_TEST (test_jpeg_not_ac3)
|
||||
gst_buffer_unref (buf);
|
||||
gst_caps_unref (caps);
|
||||
g_free (data);
|
||||
g_free (path);
|
||||
}
|
||||
|
||||
GST_END_TEST;
|
||||
|
Loading…
x
Reference in New Issue
Block a user