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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue