We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c978717 commit ce6cd00Copy full SHA for ce6cd00
1 file changed
menu/cbs/menu_cbs_ok.c
@@ -707,10 +707,7 @@ int generic_action_ok_displaylist_push(
707
recording_state_t *recording_st = recording_state_get_ptr();
708
709
if (!menu || string_is_equal(menu_ident, "null"))
710
- {
711
- menu_displaylist_info_free(&info);
712
return -1;
713
- }
714
715
#ifdef HAVE_AUDIOMIXER
716
if (audio_enable_menu && audio_enable_menu_ok)
0 commit comments