summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cssh.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cssh.c b/src/cssh.c
index 0ef0a78..8d63359 100644
--- a/src/cssh.c
+++ b/src/cssh.c
@@ -1494,6 +1494,8 @@ SHELL_EOF:
}
// the end
+
+ cmdline_parser_free( &args_info );
exit( EXIT_SUCCESS );
}