fix memory leak of dirty image
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 Jan 2012 14:36:15 +0000 (14:36 +0000)
committerjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 Jan 2012 14:36:15 +0000 (14:36 +0000)
commit3d96f55cd506f5d808261b4d2e320408e0612829
tree8c910c7296e356ba21255bc9abcf30eb87e1537e
parent2b8da18afcfed0c5ae2df49e6a060d3b62d196a8
fix memory leak of dirty image
if file was chaned by somebody, it was added to dirty list during cache request.
currently this dirty image added to cache->dirty list and never freed until image shutdown.
but dirty image of chaned file never used so add delete code for memory efficiency.
and fix bad indentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@67604 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/cache/evas_cache_image.c