You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/efl/files/efl-1.21.1-fix_evas_preload...

11 lines
381 B

--- a/src/lib/evas/cache/evas_cache_image.c 14:09:44.971119099 +0100
+++ b/src/lib/evas/cache/evas_cache_image.c 14:10:21.521226043 +0100
@@ -361,6 +361,7 @@
cache = current->cache;
if ((!current->flags.loaded) &&
+ (current->info.loader) &&
current->info.loader->threadable)
{
evas_module_task_register(evas_cache_image_cancelled, current);