mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +00:00
Improve menu_animation_free
This commit is contained in:
parent
a85908c8f9
commit
37a8e0ef85
@ -255,6 +255,7 @@ void menu_animation_free(animation_t *animation)
|
|||||||
|
|
||||||
for (i = 0; i < animation->size; i++)
|
for (i = 0; i < animation->size; i++)
|
||||||
{
|
{
|
||||||
|
if (animation->list[i].subject)
|
||||||
free(animation->list[i].subject);
|
free(animation->list[i].subject);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user