Fix another REVERSE_INULL coverity warning

This commit is contained in:
twinaphex 2017-02-21 20:28:49 +01:00
parent 2ed15fbfbc
commit 4645e7709b

View File

@ -320,7 +320,7 @@ bool task_image_load_handler(retro_task_t *task)
}
}
if ( (nbio && nbio->is_finished )
if ( nbio->is_finished
&& (image && image->is_finished )
&& (task && !task_get_cancelled(task)))
{