diff options
Diffstat (limited to 'g10/decrypt.c')
-rw-r--r-- | g10/decrypt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/decrypt.c b/g10/decrypt.c index e6894adbe..3482e3915 100644 --- a/g10/decrypt.c +++ b/g10/decrypt.c @@ -178,12 +178,12 @@ decrypt_messages(int nfiles, char *files[]) g10_errstr(rc)); p = get_last_passphrase(); set_next_passphrase(p); - m_free (p); + xfree (p); next_file: /* Note that we emit file_done even after an error. */ write_status( STATUS_FILE_DONE ); - m_free(output); + xfree(output); } set_next_passphrase(NULL); |