Merge branch 'array-test-leak-fix' into 'main'

tests: Fix a minor leak in array-test

See merge request GNOME/glib!4692
This commit is contained in:
Philip Withnall
2025-07-17 08:43:46 +00:00

View File

@@ -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