tests: fix some leaks in new flagset checks
[platform/upstream/gstreamer.git] / tests / check / gst / gststructure.c
index ae1ef53..54e9830 100644 (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;