aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 50f3320..60cb0a6 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.189 2003/01/10 16:42:52 ukai Exp $ */
+/* $Id: main.c,v 1.190 2003/01/11 15:54:09 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -5473,6 +5473,7 @@ w3m_exit(int i)
#ifdef USE_SSL
free_ssl_ctx();
#endif
+ disconnectFTP();
#ifdef USE_NNTP
disconnectNews();
#endif