SVN revision: 78473
This commit is contained in:
Vincent Torri 2012-10-25 21:25:59 +00:00
parent 045354d679
commit ea213c2ea4
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ _eina_thread_win32_create(Eina_Thread *t,
return EINA_TRUE; return EINA_TRUE;
close_thread: close_thread:
Closehandle(tw->thread); CloseHandle(tw->thread);
tw->thread = NULL; tw->thread = NULL;
on_error: on_error:
_thread_pool = eina_list_append(_thread_pool, tw); _thread_pool = eina_list_append(_thread_pool, tw);