evas - async preload - stop hang when missing wakeup of preload data

this isn't pretty and i think some stuff needs a redesign... but...
this should fix T5025

@fix
This commit is contained in:
Carsten Haitzler 2016-12-20 22:35:56 +09:00
parent b00ea12e8b
commit b9e0772533
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ _evas_cache_image_async_heavy(void *data)
LKL(wakeup);
current->flags.preload_pending = 0;
eina_condition_broadcast(&cond_wakeup);
LKU(wakeup);
}