mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +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>
|
2004-05-18 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* sign.c (update_keysig_packet): Policies and notations should be
|
* 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);
|
print_fingerprint (pk, NULL, 2);
|
||||||
tty_printf("\n");
|
tty_printf("\n");
|
||||||
|
release_kbnode(keyblock);
|
||||||
}
|
}
|
||||||
|
|
||||||
tty_printf (_(
|
tty_printf (_(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user