mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(rarch_task_push_image) Call rarch_task_image_load_free
This commit is contained in:
parent
e59cd92108
commit
ae478b71b7
1 changed files with 1 additions and 2 deletions
|
@ -386,10 +386,9 @@ bool rarch_task_push_image_load(const char *fullpath,
|
|||
return true;
|
||||
|
||||
error:
|
||||
rarch_task_image_load_free(t);
|
||||
if (t)
|
||||
free(t);
|
||||
if (image)
|
||||
free(image);
|
||||
if (nbio)
|
||||
free(nbio);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue