mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 10:36:50 +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 )
|
||||
&& (task && !task_get_cancelled(task)))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user