mirror of
https://github.com/libretro/RetroArch
synced 2025-03-09 13:13:31 +00:00
task_image.c - FIx another REVERSE_INULL coverity warning
This commit is contained in:
parent
4645e7709b
commit
8b4893965f
@ -322,7 +322,7 @@ bool task_image_load_handler(retro_task_t *task)
|
||||
|
||||
if ( nbio->is_finished
|
||||
&& (image && image->is_finished )
|
||||
&& (task && !task_get_cancelled(task)))
|
||||
&& (!task_get_cancelled(task)))
|
||||
{
|
||||
void *data = malloc(sizeof(image->ti));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user