mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 06:40:01 +01:00
there's always something left
This commit is contained in:
@@ -259,7 +259,6 @@ int task_start(unsigned int max_workers)
|
||||
if( pthread_create( &p_threads[i], (void*) &p_attr[i], task_thread, p_thread_args[i] ) )
|
||||
{
|
||||
veejay_msg(0, "%s: error starting thread %d/%d", __FUNCTION__,i,max_workers );
|
||||
__unlock();
|
||||
memset( &p_threads[i], 0, sizeof(pthread_t) );
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user