diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-31 14:30:18 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-31 14:30:18 -0400 |
commit | fbc8f7256416a661ee4a2b3abcd88137bd8420d3 (patch) | |
tree | afc8ea72c2ec89258b63bf9e56f3924f2ffe0b66 /src | |
parent | 18b746ffb0a4f762c7599a15642c3f994024fc5f (diff) | |
download | lynx-snapshots-fbc8f7256416a661ee4a2b3abcd88137bd8420d3.tar.gz |
snapshot of project "lynx", label v2-8-2pre_10
Diffstat (limited to 'src')
-rw-r--r-- | src/LYMain.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index 851b93ae..5365513a 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1809,7 +1809,9 @@ PUBLIC int main ARGS2( if (persistent_cookies) LYStoreCookies(LYCookieFile); #endif /* EXP_PERSISTENT_COOKIES */ + cleanup_files(); exit_immediately(status); + cleanup_files(); } else { /* * Start an INTERACTIVE session. - FM |