mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-17 07:58:21 +01:00
tests: Fix a small leak in the GVariant tests
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user