mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
monitor-config-migration: Fix a minor leak when parsing fails
https://bugzilla.gnome.org/show_bug.cgi?id=787477
This commit is contained in:
parent
67ce04993e
commit
ab541e3e0f
@ -652,6 +652,7 @@ load_config_file (GFile *file,
|
||||
g_array_free (parser.output_array, TRUE);
|
||||
|
||||
free_output_key (&parser.key);
|
||||
g_free (parser.output_field);
|
||||
g_hash_table_destroy (parser.configs);
|
||||
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user