Fix crash when aborting reply to messages
This commit is contained in:
parent
7e1437759c
commit
955f6b6c06
@ -824,6 +824,8 @@ void read_message(int socket, struct user_record *user, struct msg_headers *msgh
|
||||
free(replybody);
|
||||
JAM_CloseMB(jb);
|
||||
doquit = 1;
|
||||
} else {
|
||||
doquit = 1;
|
||||
}
|
||||
}
|
||||
free(body);
|
||||
|
Reference in New Issue
Block a user