evas common: remove lru optimization. 18/267518/2
authorHermet Park <chuneon.park@samsung.com>
Mon, 6 Dec 2021 12:01:53 +0000 (21:01 +0900)
committerHermet Park <chuneon.park@samsung.com>
Mon, 6 Dec 2021 12:06:23 +0000 (21:06 +0900)
commit731002ebc3cb13e66cea3b457882d97612a80046
tree5428517099bcbfa51a1d6e7c6e81adef3d5eb81a
parent3b7cd7ef3782f36472c462b392ba882509747791
evas common: remove lru optimization.

This lru optimization is useless because we have already reference count,
Actually, we can't remove the data even though the cache capacity is full
because those are completed referenced.

This mis-implementation occurs the memory leak.

Change-Id: If25e843bcbb6759df81e87c076a002bf771ea1b1
src/lib/evas/common/evas_common_generic_cache.c