Close stream after exporting iCal item

Fixes GitHub issue #178.

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
crvs 2019-02-04 17:28:56 +01:00 committed by Lukas Fleischer
parent 5657e19e17
commit 7b81e69a19

View File

@ -1186,6 +1186,7 @@ void io_export_data(enum export_type type, int export_uid)
pcal_export_data(stream);
if (show_dialogs() && ui_mode == UI_CURSES) {
fclose(stream);
status_mesg(success, enter);
keys_wait_for_any_key(win[KEY].p);
}