1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Fixed bug 479. Not a real good fix but a reliable one which limits possible

breakage of other partys of the code.
This commit is contained in:
Werner Koch 2006-07-31 10:16:33 +00:00
parent bd5aa4864d
commit 064a4a6240
33 changed files with 947 additions and 576 deletions

View file

@ -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);
}