revert cedricism's. this just creates an infintie evas_image_entry leak.

SVN revision: 67755
This commit is contained in:
Carsten Haitzler 2012-02-08 11:22:09 +00:00
parent a3672c0048
commit 767e40227c
2 changed files with 1 additions and 6 deletions

View File

@ -667,7 +667,3 @@
For example, this can be used to nicely change the font and size
in a text editor.
2012-02-01 Cedric Bail
* Fix crash in Evas engine due to a direct free of an RGBA_Image
instead of properly droping it.

View File

@ -202,8 +202,7 @@ _evas_common_rgba_image_delete(Image_Entry *ie)
}
}
}
evas_cache_image_drop(&(im->cache_entry));
free(im);
}
EAPI void