summaryrefslogtreecommitdiffhomepage
path: root/cli-authpubkey.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-authpubkey.c
parent08893f03a5530a7bbe7ba724c575458a4fc9f31f (diff)
- Make -i and -W pass through multihop arguments
--HG-- extra : convert_revision : 70c64073c9ec07b4dfb54ee60e39cec2bd8c6910
Diffstat (limited to 'cli-authpubkey.c')
-rw-r--r--cli-authpubkey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli-authpubkey.c b/cli-authpubkey.c
index c16ef90..c8cbe46 100644
--- a/cli-authpubkey.c
+++ b/cli-authpubkey.c
@@ -53,6 +53,7 @@ void cli_pubkeyfail() {
}
sign_key_free(cli_ses.lastprivkey->key); /* It won't be used again */
+ m_free(cli_ses.lastprivkey->filename);
m_free(cli_ses.lastprivkey);
TRACE(("leave cli_pubkeyfail"))