mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
menu_display_thumbnail_handle_upload - free userdata
This commit is contained in:
parent
59f3e733fb
commit
e4a44cbf13
@ -741,6 +741,7 @@ static void menu_display_handle_thumbnail_upload(void *task_data,
|
||||
|
||||
image_texture_free(img);
|
||||
free(img);
|
||||
free(user_data);
|
||||
}
|
||||
|
||||
static void xmb_update_thumbnail_image(void *data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user