diff options
Diffstat (limited to 'g10/decrypt.c')
-rw-r--r-- | g10/decrypt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/decrypt.c b/g10/decrypt.c index 6e43295ba..ce2d9cd98 100644 --- a/g10/decrypt.c +++ b/g10/decrypt.c @@ -121,6 +121,7 @@ decrypt_messages(int nfiles, char **files) g10_errstr(rc)); p = get_last_passphrase(); set_next_passphrase(p); + m_free (p); files++; m_free(output); write_status( STATUS_FILE_DONE ); |