mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
valgrind: free buffer list in audiorate test
This commit is contained in:
parent
5934dc6ba3
commit
81ae045e3d
1 changed files with 2 additions and 0 deletions
|
@ -535,6 +535,8 @@ GST_START_TEST (test_rate_change_down)
|
|||
GST_BUFFER (l->data)), GST_FLOW_OK);
|
||||
}
|
||||
|
||||
g_list_free (bufs);
|
||||
|
||||
gst_app_src_end_of_stream (GST_APP_SRC (src));
|
||||
gst_object_unref (src);
|
||||
|
||||
|
|
Loading…
Reference in a new issue