arg, had the double free(p) still in pcptext_key() for testing and forgot to remove it

This commit is contained in:
git@daemon.de
2013-11-12 15:01:10 +01:00
parent 32f49b6009
commit 91c9a12641

View File

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