mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 20:31:20 +00:00
tests: fix leak in tag library unit test
This commit is contained in:
parent
3ecb114b61
commit
19db1e763f
1 changed files with 2 additions and 1 deletions
|
@ -853,7 +853,6 @@ GST_START_TEST (test_xmp_parsing)
|
|||
|
||||
GST_END_TEST;
|
||||
|
||||
|
||||
static void
|
||||
tag_list_equals (GstTagList * taglist, GstTagList * taglist2)
|
||||
{
|
||||
|
@ -1238,6 +1237,8 @@ GST_START_TEST (test_exif_multiple_tags)
|
|||
g_value_unset (&value);
|
||||
|
||||
do_exif_tag_serialization_deserialization (taglist);
|
||||
|
||||
gst_tag_list_free (taglist);
|
||||
}
|
||||
|
||||
GST_END_TEST;
|
||||
|
|
Loading…
Reference in a new issue