about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index c4175160..5e1ef9c5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -52,6 +52,8 @@ main(int argc, char **argv)
         return 1;
     }
 
+    g_option_context_free(context);
+
     if (version == TRUE) {
         g_print("Profanity, version %s\n", PACKAGE_VERSION);
         g_print("Copyright (C) 2012 James Booth <%s>.\n", PACKAGE_BUGREPORT);