valgrind: free buffer list in audiorate test

This commit is contained in:
Mathieu Duponchelle 2019-06-05 22:10:47 +02:00 committed by Mathieu Duponchelle
parent 5934dc6ba3
commit 81ae045e3d

View file

@ -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);