From 064a4a624016ed72fe0aefb73abe95a23bb74dc1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 31 Jul 2006 10:16:33 +0000 Subject: Fixed bug 479. Not a real good fix but a reliable one which limits possible breakage of other partys of the code. --- g10/decrypt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'g10/decrypt.c') 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); } -- cgit v1.2.3