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);