Reverting merge 219520. This change was not necessary.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@219720 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David Vossel
2009-09-21 16:55:53 +00:00
parent 78e6e5b017
commit 9e773ebd33
+1
View File
@@ -3064,6 +3064,7 @@ static void __attempt_transmit(const void *data)
AST_LIST_REMOVE(&iaxq.queue, f, list);
iaxq.count--;
AST_LIST_UNLOCK(&iaxq.queue);
f->retrans = -1; /* this is safe because this is the scheduled function */
/* Free the IAX frame */
iax2_frame_free(f);
}