evas image unload - fix free path to remove from pending list

this should fix T2580
This commit is contained in:
Carsten Haitzler 2015-08-04 10:47:38 +09:00
parent da919e609e
commit d31098fcec
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ _evas_common_rgba_image_delete(Image_Entry *ie)
{
RGBA_Image *im = (RGBA_Image *)ie;
evas_common_rgba_pending_unloads_remove(ie);
#ifdef BUILD_PIPE_RENDER
evas_common_pipe_free(im);
#endif