ooooooooooooops... fixed :)

SVN revision: 4405
This commit is contained in:
Carsten Haitzler 2001-03-18 23:52:19 +00:00
parent 83beae92c5
commit 494a92dd55
1 changed files with 1 additions and 1 deletions

View File

@ -54,10 +54,10 @@ __evas_imlib_image_cache_clean(void)
if (last->scaled.image)
{
imlib_context_set_image(last->scaled.image);
imlib_free_image_and_decache();
__evas_image_cache_used -=
imlib_image_get_width() *
imlib_image_get_height() * 4;
imlib_free_image_and_decache();
}
free(last->file);
free(last);