mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-03 03:16:46 +02:00
a few general fixes
This commit is contained in:
@ -70,6 +70,7 @@ static int set_call(Call* call, bool start)
|
||||
|
||||
if ( start ) {
|
||||
call->ttas = true;
|
||||
|
||||
if (pthread_mutex_init(&call->mutex, NULL) != 0)
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user