(task_image.c) Cleanup handle which could leak
This commit is contained in:
parent
5656959085
commit
1fe1b2318a
|
@ -390,6 +390,7 @@ bool rarch_task_push_image_load(const char *fullpath,
|
|||
return true;
|
||||
|
||||
error:
|
||||
nbio_free(handle);
|
||||
rarch_task_image_load_free(t);
|
||||
free(t);
|
||||
|
||||
|
|
Loading…
Reference in New Issue