diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index ec3c7be5bf..6243eefc0c 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -869,7 +869,6 @@ static struct iax2_thread *find_idle_thread(void) thread = NULL; } else { /* All went well and the thread is up, so increment our count */ - AST_LIST_INSERT_TAIL(&dynamic_list, thread, list); iaxdynamicthreadcount++; } }