mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
tests: Fix a memory leak in the fileutils test
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
c60a0a45de
commit
a389227fb9
@ -1169,6 +1169,7 @@ test_file_test (void)
|
||||
|
||||
/* Cleaning */
|
||||
g_remove (name);
|
||||
g_free (name);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user