mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +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);
|
free(image);
|
||||||
|
|
||||||
image_transfer_free(image->handle, nbio->image_type);
|
image_transfer_free(image->handle, nbio->image_type);
|
||||||
|
image_texture_free(&image->ti);
|
||||||
|
|
||||||
image->handle = NULL;
|
image->handle = NULL;
|
||||||
image->cb = NULL;
|
image->cb = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user