tests: Fix a small leak in the GVariant tests

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2022-11-08 15:16:21 +00:00
parent 4b561a908f
commit 6db82d98d3

View File

@ -4217,6 +4217,7 @@ test_parser_recursion_typedecls (void)
g_assert_null (value); g_assert_null (value);
g_error_free (local_error); g_error_free (local_error);
g_free (silly_array); g_free (silly_array);
g_free (silly_type);
} }
static void static void