Free the option context.

2005-05-09  Matthias Clasen  <mclasen@redhat.com>

	* src/compiler.c (main): Free the option context.
This commit is contained in:
Matthias Clasen 2005-05-10 03:52:16 +00:00 committed by Evan Welsh
parent 8a67ec9414
commit bc21d3a976

View File

@ -149,6 +149,7 @@ main (int argc, char ** argv)
context = g_option_context_new ("");
g_option_context_add_main_entries (context, options, NULL);
g_option_context_parse (context, &argc, &argv, &error);
g_option_context_free (context);
if (!input)
{