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

devs/avilog/replace_smart_callbacks_with_eo
Carsten Haitzler 8 years ago
parent 68b8d63e42
commit 7d1a27bae9
  1. 5
      src/modules/evas/engines/gl_common/evas_gl_image.c

@ -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;
}
}

Loading…
Cancel
Save