rarch_task_image_load_free_internal - Run image_texture_free

This commit is contained in:
twinaphex 2016-05-18 23:38:51 +02:00
parent ad78fddf4e
commit e59cd92108

View File

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