mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
rarch_task_image_load_free_internal - Run image_texture_free
This commit is contained in:
parent
ad78fddf4e
commit
e59cd92108
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ static void rarch_task_image_load_free_internal(nbio_handle_t *nbio)
|
|||
free(image);
|
||||
|
||||
image_transfer_free(image->handle, nbio->image_type);
|
||||
image_texture_free(&image->ti);
|
||||
|
||||
image->handle = NULL;
|
||||
image->cb = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue