check: Fix minor leak in test

This commit is contained in:
Edward Hervey 2017-12-20 14:28:33 +01:00 committed by Edward Hervey
parent 0bb5227017
commit da9b08c618

View file

@ -130,6 +130,9 @@ GST_START_TEST (test_uri_clip_change_asset)
1); 1);
gst_object_unref (extractable); gst_object_unref (extractable);
g_free (uri);
g_free (uri1);
} }
GST_END_TEST; GST_END_TEST;