mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-26 19:08:57 +02:00
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:
@@ -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