mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-26 12:47:37 +00:00
rarch_task_image_load_free_internal - Run image_texture_free
This commit is contained in:
parent
ad78fddf4e
commit
e59cd92108
@ -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…
Reference in New Issue
Block a user