Fix crash when aborting reply to messages

This commit is contained in:
Andrew Pamment 2016-04-02 11:00:15 +10:00
parent 7e1437759c
commit 955f6b6c06

View File

@ -824,6 +824,8 @@ void read_message(int socket, struct user_record *user, struct msg_headers *msgh
free(replybody); free(replybody);
JAM_CloseMB(jb); JAM_CloseMB(jb);
doquit = 1; doquit = 1;
} else {
doquit = 1;
} }
} }
free(body); free(body);