mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed deadlock.
This commit is contained in:
parent
2772bffeeb
commit
9874173d71
|
@ -1162,8 +1162,6 @@ void *handle_timeout ( void *arg1, int arg2 )
|
||||||
msi_cancel ( _call->session, _call->call_idx, _call->peers [0], "Request timed out" );
|
msi_cancel ( _call->session, _call->call_idx, _call->peers [0], "Request timed out" );
|
||||||
/*terminate_call(_call->session, _call);*/
|
/*terminate_call(_call->session, _call);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
pthread_exit(NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user