diff options
-rw-r--r-- | g10/ChangeLog | 4 | ||||
-rw-r--r-- | g10/pkclist.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index c175f6586..e88fb8414 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,7 @@ +2004-05-23 David Shaw <[email protected]> + + * pkclist.c (do_edit_ownertrust): Fix kbnode leak. + 2004-05-18 David Shaw <[email protected]> * sign.c (update_keysig_packet): Policies and notations should be diff --git a/g10/pkclist.c b/g10/pkclist.c index d3b37ff68..5eb155016 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -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 (_( |