diff options
Diffstat (limited to 'imap/imapd.c')
| -rw-r--r-- | imap/imapd.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/imap/imapd.c b/imap/imapd.c index 8c2723b..55e17ab 100644 --- a/imap/imapd.c +++ b/imap/imapd.c @@ -2414,16 +2414,6 @@ static void logoutmsg() void bye() { - if (current_temp_fd >= 0) - close(current_temp_fd); - if (current_temp_fn) - unlink(current_temp_fn); - - if (current_mailbox) - free(current_mailbox); - imapscan_free(¤t_maildir_info); - maildirwatch_cleanup(); - fetch_free_cached(); exit(0); } |
