return NULL after if to avoid other lku

SVN revision: 52033
This commit is contained in:
Carsten Haitzler 2010-09-09 07:27:56 +00:00
parent 40e57dd2d7
commit 9a4aa69e71
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ evas_preload_thread_run(void (*func_heavy) (void *data),
LKU(_mutex);
if (work->func_cancel) work->func_cancel(work->data);
free(work);
return NULL;
}
LKU(_mutex);
return NULL;