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:
parent
bd5aa4864d
commit
064a4a6240
33 changed files with 947 additions and 576 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue