From 91c9a126410aa941545be846a9cafd6f2ff71b52 Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Tue, 12 Nov 2013 15:01:10 +0100 Subject: [PATCH] arg, had the double free(p) still in pcptext_key() for testing and forgot to remove it --- src/keyprint.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/keyprint.c b/src/keyprint.c index be84c10..2859f68 100644 --- a/src/keyprint.c +++ b/src/keyprint.c @@ -36,7 +36,6 @@ void pcptext_key(char *keyid) { if(debug) pcp_dumppubkey(p); pcppubkey_print(p, stdout); - free(p); } else { fatal("No key with id 0x%s found!\n", keyid);