(task_image.c) Cleanup handle which could leak

This commit is contained in:
Twinaphex 2016-05-24 20:04:49 +02:00
parent 5656959085
commit 1fe1b2318a

View File

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