summaryrefslogtreecommitdiffhomepage
path: root/cli-main.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2009-06-12 14:58:43 +0000
committerMatt Johnston <matt@ucc.asn.au>2009-06-12 14:58:43 +0000
commitd6441f4397d802115499e4262071442707873aec (patch)
tree82f5caf935023f60e235ee84fbaa40f5ab4bd457 /cli-main.c
parent08893f03a5530a7bbe7ba724c575458a4fc9f31f (diff)
- Make -i and -W pass through multihop arguments
--HG-- extra : convert_revision : 70c64073c9ec07b4dfb54ee60e39cec2bd8c6910
Diffstat (limited to 'cli-main.c')
-rw-r--r--cli-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli-main.c b/cli-main.c
index 2c329a4..e7ddaa8 100644
--- a/cli-main.c
+++ b/cli-main.c
@@ -65,6 +65,7 @@ int main(int argc, char ** argv) {
#ifdef ENABLE_CLI_PROXYCMD
if (cli_opts.proxycmd) {
cli_proxy_cmd(&sock_in, &sock_out);
+ m_free(cli_opts.proxycmd);
} else
#endif
{