mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
MonitorConfig: fix memory leak
https://bugzilla.gnome.org/show_bug.cgi?id=708070
This commit is contained in:
parent
4009267c2b
commit
eba27a7e05
@ -749,6 +749,9 @@ meta_monitor_config_load (MetaMonitorConfig *self)
|
|||||||
|
|
||||||
free_output_key (&parser.key);
|
free_output_key (&parser.key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_markup_parse_context_free (context);
|
||||||
|
g_free (contents);
|
||||||
}
|
}
|
||||||
|
|
||||||
MetaMonitorConfig *
|
MetaMonitorConfig *
|
||||||
|
Loading…
Reference in New Issue
Block a user