tests: fix some leaks in new flagset checks

This commit is contained in:
Tim-Philipp Müller 2015-05-30 13:01:09 +01:00
parent 828ceacc68
commit c991c64fb2
2 changed files with 2 additions and 0 deletions

View file

@ -982,6 +982,7 @@ GST_START_TEST (test_intersect_flagset)
GST_DEBUG ("Serialised caps to %s", test_string);
c2 = gst_caps_from_string (test_string);
g_free (test_string);
fail_unless (gst_caps_is_equal (c1, c2));

View file

@ -769,6 +769,7 @@ GST_START_TEST (test_flagset)
fail_unless (out_flags == test_flags);
fail_unless (out_mask == test_mask);
gst_structure_free (s);
}
GST_END_TEST;