diff options
Diffstat (limited to '')
-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 3482e3915..171e265a9 100644 --- a/g10/decrypt.c +++ b/g10/decrypt.c @@ -183,6 +183,7 @@ decrypt_messages(int nfiles, char *files[]) next_file: /* Note that we emit file_done even after an error. */ write_status( STATUS_FILE_DONE ); + iobuf_ioctl( NULL, 2, 0, NULL); /* Invalidate entire cache. */ xfree(output); } |