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)
commit3dd0a96780a8d602d1f6fd47d3a05dbbb65fffb2
tree8c910c7296e356ba21255bc9abcf30eb87e1537e
parent0a03ee2fde1a52a5b3e45c7f3c7975fd976b1d0c
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: http://svn.enlightenment.org/svn/e/trunk/evas@67604 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/cache/evas_cache_image.c