tests: Fix a memory leak in the fileutils test

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2022-02-18 02:33:57 +00:00
parent c60a0a45de
commit a389227fb9

View File

@ -1169,6 +1169,7 @@ test_file_test (void)
/* Cleaning */
g_remove (name);
g_free (name);
}
static void