task_image.c - FIx another REVERSE_INULL coverity warning

This commit is contained in:
twinaphex 2017-02-21 20:29:29 +01:00
parent 4645e7709b
commit 8b4893965f

View File

@ -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));