Fix message invalid free
This commit is contained in:
parent
3cbfec54b7
commit
fe19686448
@ -83,7 +83,9 @@ void free_message_headers(struct msg_headers *msghs) {
|
|||||||
free(msghs->msgs[i]->replyid);
|
free(msghs->msgs[i]->replyid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (msghs->msg_count > 0) {
|
||||||
free(msghs->msgs);
|
free(msghs->msgs);
|
||||||
|
}
|
||||||
free(msghs);
|
free(msghs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user