mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
Cleanup
This commit is contained in:
parent
d864fd9ead
commit
4465a7bd0b
@ -1256,10 +1256,10 @@ SKIP_ENTRY:;
|
||||
|
||||
void menu_explore_free(void)
|
||||
{
|
||||
if (explore_state)
|
||||
{
|
||||
explore_free(explore_state);
|
||||
free(explore_state);
|
||||
explore_state = NULL;
|
||||
}
|
||||
if (!explore_state)
|
||||
return;
|
||||
|
||||
explore_free(explore_state);
|
||||
free(explore_state);
|
||||
explore_state = NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user