mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-25 16:46:52 +02:00
tests: Fix a small leak in the GVariant tests
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
4b561a908f
commit
6db82d98d3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user