summaryrefslogtreecommitdiff
path: root/src/core/args.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/args.c')
-rw-r--r--src/core/args.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/args.c b/src/core/args.c
index 093a8d56..ab26ee14 100644
--- a/src/core/args.c
+++ b/src/core/args.c
@@ -61,4 +61,6 @@ void args_execute(int argc, char *argv[])
g_array_free(iopt_tables, TRUE);
iopt_tables = NULL;
+
+ poptFreeContext(con);
}