tests: fix memory leak in unit test
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 5 Jun 2010 17:05:40 +0000 (18:05 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 5 Jun 2010 17:08:02 +0000 (18:08 +0100)
tests/check/gst/typefindfunctions.c

index 04c873e..810d283 100644 (file)
@@ -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;