valgrind: free buffer list in audiorate test
authorMathieu Duponchelle <mathieu@centricular.com>
Wed, 5 Jun 2019 20:10:47 +0000 (22:10 +0200)
committerMathieu Duponchelle <mduponchelle1@gmail.com>
Wed, 5 Jun 2019 20:51:47 +0000 (20:51 +0000)
tests/check/elements/audiorate.c

index 6540235..2363d71 100644 (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);