evas cache image - remove double unlock of image task locks.

this is indeed a bug and fixes coverity CID 1367492
This commit is contained in:
Carsten Haitzler 2017-02-08 16:30:54 +09:00
parent 7b736d20b8
commit b61e69a956
1 changed files with 0 additions and 2 deletions

View File

@ -545,8 +545,6 @@ _evas_cache_image_entry_preload_remove(Image_Entry *ie, const Eo *target)
task = eina_list_data_get(l);
ie->tasks = eina_list_remove_list(ie->tasks, l);
if (task != &dummy_task) free(task);
SLKU(ie->lock_task);
free(tg);
break;
}