mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
glib-compile-schemas: Fix a minor memory leak
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
c9834f234d
commit
ce86a3aed7
@ -2112,6 +2112,7 @@ set_overrides (GHashTable *schema_table,
|
||||
}
|
||||
|
||||
g_strfreev (groups);
|
||||
g_key_file_free (key_file);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user