mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 06:13:29 +02:00
tests: Fix a minor leak in array-test
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
@@ -337,6 +337,7 @@ array_new_take_zero_terminated_null (void)
|
||||
g_assert_cmpuint (len, ==, 0);
|
||||
|
||||
g_free (out_str);
|
||||
g_array_free (garray, TRUE);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user