tests: Fix a minor leak in array-test

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2025-07-15 12:16:57 +01:00
parent 6e2a31f97a
commit a9c542fd62

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