default: free the option context after parsing
We don't need it, we should free it. https://bugzilla.gnome.org/show_bug.cgi?id=729732
This commit is contained in:
parent
1427d20922
commit
ab632e36a5
@ -75,6 +75,7 @@ main (int argc, char **argv)
|
||||
g_printerr ("mutter: %s\n", error->message);
|
||||
exit (1);
|
||||
}
|
||||
g_option_context_free (ctx);
|
||||
|
||||
if (plugin)
|
||||
meta_plugin_manager_load (plugin);
|
||||
|
Loading…
Reference in New Issue
Block a user