evas - image data unload - try plug another possible crash path

i am not sure if this is the odd crash i am seeing, but in theory it
could be. as these crashes are rare it's hard to find and gdb is "too
late" other than telling me the image is freed already by the time we
do an unload.
This commit is contained in:
Carsten Haitzler 2015-07-26 03:02:06 +09:00
parent ec59636da4
commit 17823d21ea
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ evas_common_rgba_image_unload(Image_Entry *ie)
}
return;
}
evas_common_rgba_image_unload_real(ie);
if (!ie->need_unload) evas_common_rgba_image_unload_real(ie);
}
void