mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Don't free members of struct before init
This commit is contained in:
parent
c978717b61
commit
ce6cd0000c
1 changed files with 0 additions and 3 deletions
|
@ -707,10 +707,7 @@ int generic_action_ok_displaylist_push(
|
|||
recording_state_t *recording_st = recording_state_get_ptr();
|
||||
|
||||
if (!menu || string_is_equal(menu_ident, "null"))
|
||||
{
|
||||
menu_displaylist_info_free(&info);
|
||||
return -1;
|
||||
}
|
||||
|
||||
#ifdef HAVE_AUDIOMIXER
|
||||
if (audio_enable_menu && audio_enable_menu_ok)
|
||||
|
|
Loading…
Add table
Reference in a new issue