summaryrefslogtreecommitdiffhomepage
path: root/cli-kex.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-kex.c
parent08893f03a5530a7bbe7ba724c575458a4fc9f31f (diff)
- Make -i and -W pass through multihop arguments
--HG-- extra : convert_revision : 70c64073c9ec07b4dfb54ee60e39cec2bd8c6910
Diffstat (limited to 'cli-kex.c')
-rw-r--r--cli-kex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli-kex.c b/cli-kex.c
index 37de6e3..c4048ec 100644
--- a/cli-kex.c
+++ b/cli-kex.c
@@ -327,4 +327,5 @@ out:
if (line != NULL) {
buf_free(line);
}
+ m_free(fingerprint);
}