mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
playbin: Fix memory leak in unit test
This commit is contained in:
parent
c91a4af9ab
commit
ce59ac561e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue