From: Carsten Haitzler (Rasterman) Date: Wed, 8 Feb 2017 07:30:54 +0000 (+0900) Subject: evas cache image - remove double unlock of image task locks. X-Git-Tag: upstream/1.20.0~2130 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b61e69a956e6080f492f76bcd3e2cc14a7256d32;p=platform%2Fupstream%2Fefl.git evas cache image - remove double unlock of image task locks. this is indeed a bug and fixes coverity CID 1367492 --- diff --git a/src/lib/evas/cache/evas_cache_image.c b/src/lib/evas/cache/evas_cache_image.c index 68cea1c..e0bea1d 100644 --- a/src/lib/evas/cache/evas_cache_image.c +++ b/src/lib/evas/cache/evas_cache_image.c @@ -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; }