that should have been an LKU

SVN revision: 52032
This commit is contained in:
Carsten Haitzler 2010-09-09 07:23:55 +00:00
parent 5f6add7b2f
commit 40e57dd2d7
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ evas_preload_thread_run(void (*func_heavy) (void *data),
_workers = eina_list_append(_workers, work);
if (_threads_count == _threads_max)
{
pthread_mutex_unlock(&_mutex);
LKU(_mutex);
return (Evas_Preload_Pthread *)work;
}
LKU(_mutex);