mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 12:51:21 +00:00
tests: fix some leaks in new flagset checks
This commit is contained in:
parent
828ceacc68
commit
c991c64fb2
2 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue