evas gl engine - dont complain if refs are still there in cache on trim

This commit is contained in:
Carsten Haitzler 2015-05-22 17:12:14 +09:00
parent 68b8d63e42
commit 7d1a27bae9
1 changed files with 2 additions and 3 deletions

View File

@ -74,9 +74,8 @@ _evas_gl_image_cache_trim(Evas_Engine_GL_Context *gc)
if (!removed || !gc->shared->images)
{
ERR("Preventing infinite loop.");
// printf("EEK %i > %i, no imgs\n",
// gc->shared->images_size, size);
// still have referenced images - need to let others release
// refs on their own
break;
}
}