From a389227fb9a5d0f37e8c470c5a908c5f7bacae76 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 18 Feb 2022 02:33:57 +0000 Subject: [PATCH] tests: Fix a memory leak in the fileutils test Signed-off-by: Philip Withnall --- glib/tests/fileutils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/glib/tests/fileutils.c b/glib/tests/fileutils.c index 7083cf204..75cac3839 100644 --- a/glib/tests/fileutils.c +++ b/glib/tests/fileutils.c @@ -1169,6 +1169,7 @@ test_file_test (void) /* Cleaning */ g_remove (name); + g_free (name); } static void