playbin: Fix memory leak in unit test

This commit is contained in:
Sebastian Dröge 2014-02-10 16:33:35 +01:00
parent c91a4af9ab
commit ce59ac561e

View file

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