mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-12 21:58:50 +01:00
* pkclist.c (do_edit_ownertrust): Fix kbnode leak.
This commit is contained in:
parent
16028c827d
commit
4ea8f55f32
@ -1,3 +1,7 @@
|
||||
2004-05-23 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* pkclist.c (do_edit_ownertrust): Fix kbnode leak.
|
||||
|
||||
2004-05-18 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* sign.c (update_keysig_packet): Policies and notations should be
|
||||
|
@ -295,6 +295,7 @@ do_edit_ownertrust (PKT_public_key *pk, int mode,
|
||||
|
||||
print_fingerprint (pk, NULL, 2);
|
||||
tty_printf("\n");
|
||||
release_kbnode(keyblock);
|
||||
}
|
||||
|
||||
tty_printf (_(
|
||||
|
Loading…
Reference in New Issue
Block a user