mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(menu_animation.c) subject does not need to be freed
This commit is contained in:
parent
37a8e0ef85
commit
436fe5150d
@ -256,7 +256,7 @@ void menu_animation_free(animation_t *animation)
|
||||
for (i = 0; i < animation->size; i++)
|
||||
{
|
||||
if (animation->list[i].subject)
|
||||
free(animation->list[i].subject);
|
||||
animation->list[i].subject = NULL;
|
||||
}
|
||||
|
||||
free(animation->list);
|
||||
|
Loading…
x
Reference in New Issue
Block a user