glib-compile-schemas: Fix a minor memory leak

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-08-01 13:01:51 +01:00
parent c9834f234d
commit ce86a3aed7

View File

@ -2112,6 +2112,7 @@ set_overrides (GHashTable *schema_table,
}
g_strfreev (groups);
g_key_file_free (key_file);
}
return TRUE;