diff options
Diffstat (limited to 'src/mail.c')
-rw-r--r-- | src/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail.c b/src/mail.c index 7f18e7d21..5b649e35d 100644 --- a/src/mail.c +++ b/src/mail.c @@ -237,7 +237,7 @@ void MailEnd(MailInfo * mail) } fclose(mail->readpipe); - exit(EXIT_SUCCESS); + _exit(EXIT_SUCCESS); } else if (pid < 0) #endif |