Fixed deadlock.

This commit is contained in:
irungentoo 2014-07-08 11:51:27 -04:00
parent 2772bffeeb
commit 9874173d71
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -1162,8 +1162,6 @@ void *handle_timeout ( void *arg1, int arg2 )
msi_cancel ( _call->session, _call->call_idx, _call->peers [0], "Request timed out" );
/*terminate_call(_call->session, _call);*/
}
pthread_exit(NULL);
}