diff --git a/tests/check/elements/playbin-complex.c b/tests/check/elements/playbin-complex.c index 56a219dc1d..706cb47a60 100644 --- a/tests/check/elements/playbin-complex.c +++ b/tests/check/elements/playbin-complex.c @@ -845,6 +845,7 @@ GST_START_TEST (test_autoplug_decoder_sink_combination) g_free (path); playbin = create_playbin (uri, FALSE); + g_free (uri); asink = gst_element_factory_make ("fakesink", NULL); g_object_set (asink, "sync", TRUE, NULL);