mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
Fix another REVERSE_INULL coverity warning
This commit is contained in:
parent
2ed15fbfbc
commit
4645e7709b
@ -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 )
|
&& (image && image->is_finished )
|
||||||
&& (task && !task_get_cancelled(task)))
|
&& (task && !task_get_cancelled(task)))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user