From ce86a3aed7c73c056b90324902bf40d60a487a37 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 1 Aug 2018 13:01:51 +0100 Subject: [PATCH] glib-compile-schemas: Fix a minor memory leak Signed-off-by: Philip Withnall --- gio/glib-compile-schemas.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c index d4340d463..5e1bebbba 100644 --- a/gio/glib-compile-schemas.c +++ b/gio/glib-compile-schemas.c @@ -2112,6 +2112,7 @@ set_overrides (GHashTable *schema_table, } g_strfreev (groups); + g_key_file_free (key_file); } return TRUE; -- 2.11.4.GIT