mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 00:16:15 +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 */
|
/* Cleaning */
|
||||||
g_remove (name);
|
g_remove (name);
|
||||||
|
g_free (name);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user