mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 12:21:17 +00:00
tests: fix memory leak in unit test
This commit is contained in:
parent
95b4de4ed7
commit
3c39d99847
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue