mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 02:48:29 +00:00
Merged revisions 330586 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ................ r330586 | dvossel | 2011-08-02 11:17:59 -0500 (Tue, 02 Aug 2011) | 15 lines Merged revisions 330581 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r330581 | dvossel | 2011-08-02 11:15:08 -0500 (Tue, 02 Aug 2011) | 8 lines Fixes crash in chan_iax2. Fixes crash in chan_iax2 resulting from an edge case in the way control frames are queued during calltoken negotiation is complete. (closes issue ASTERISK-17610) Reported by: mgrobecker ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@330593 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1894,7 +1894,9 @@ static int scheduled_destroy(const void *vid)
|
||||
|
||||
static void free_signaling_queue_entry(struct signaling_queue_entry *s)
|
||||
{
|
||||
ast_free(s->f.data.ptr);
|
||||
if (s->f.datalen) {
|
||||
ast_free(s->f.data.ptr);
|
||||
}
|
||||
ast_free(s);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user