1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-30 18:32:34 +01:00

Coverity: fix rootmenu structurally dead code

This commit is contained in:
David Maciejak
2023-03-01 07:01:33 +08:00
committed by Carlos R. Mafra
parent e2ecfbfd54
commit d831766572

View File

@@ -1038,8 +1038,6 @@ static WMenu *readMenu(WScreen *scr, const char *flat_file, FILE *file)
freeline(title, command, params, shortcut); freeline(title, command, params, shortcut);
break; break;
} }
freeline(title, command, params, shortcut);
} }
WMenuParserDelete(parser); WMenuParserDelete(parser);