1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* keyedit.c (menu_addrevoker): Properly back out if the signature fails.

This commit is contained in:
David Shaw 2002-10-11 20:44:27 +00:00
parent 63154fea49
commit 51a8a76e23
2 changed files with 6 additions and 0 deletions

View file

@ -2365,6 +2365,7 @@ menu_addrevoker( KBNODE pub_keyblock, KBNODE sec_keyblock, int sensitive )
revkey.class|=0x40;
revkey.algid=revoker_pk->pubkey_algo;
free_public_key(revoker_pk);
revoker_pk=NULL;
break;
}