diff --git a/gio/tests/actions.c b/gio/tests/actions.c index 8b5339e4d..4c7cd3a05 100644 --- a/gio/tests/actions.c +++ b/gio/tests/actions.c @@ -1040,6 +1040,8 @@ test_property_actions (void) g_assert_cmpstr (name, ==, "keepalive"); g_assert (enabled); g_free (name); + g_variant_type_free (ptype); + g_variant_type_free (stype); g_variant_unref (state); g_action_map_add_action (G_ACTION_MAP (group), G_ACTION (action));