mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
arg, had the double free(p) still in pcptext_key() for testing and forgot to remove it
This commit is contained in:
@@ -36,7 +36,6 @@ void pcptext_key(char *keyid) {
|
|||||||
if(debug)
|
if(debug)
|
||||||
pcp_dumppubkey(p);
|
pcp_dumppubkey(p);
|
||||||
pcppubkey_print(p, stdout);
|
pcppubkey_print(p, stdout);
|
||||||
free(p);
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
fatal("No key with id 0x%s found!\n", keyid);
|
fatal("No key with id 0x%s found!\n", keyid);
|
||||||
|
|||||||
Reference in New Issue
Block a user