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:
committed by
Carlos R. Mafra
parent
e2ecfbfd54
commit
d831766572
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user