From 224cbafef370fc15597fbf8e25e3a134bff61b9d Mon Sep 17 00:00:00 2001 From: Barak Itkin Date: Sun, 27 May 2012 12:49:02 +0300 Subject: [PATCH] Free the GOptionContext object in the main program --- bin/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/main.c b/bin/main.c index 3ff6e99..525536e 100755 --- a/bin/main.c +++ b/bin/main.c @@ -196,6 +196,8 @@ gint main (int argc, char *argv[]) exit (1); } + g_option_context_free (context); + if (input_file == NULL) { g_print ("No input file given. Stop."); -- 2.50.1