mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
check: Fix minor leak in test
This commit is contained in:
parent
0bb5227017
commit
da9b08c618
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue