MonitorConfig: fix memory leak

https://bugzilla.gnome.org/show_bug.cgi?id=708070
This commit is contained in:
Pavel Vasin 2013-09-14 16:21:25 +04:00 committed by Adel Gadllah
parent b9247b4b2f
commit 67fff237e6

View File

@ -749,6 +749,9 @@ meta_monitor_config_load (MetaMonitorConfig *self)
free_output_key (&parser.key);
}
g_markup_parse_context_free (context);
g_free (contents);
}
MetaMonitorConfig *