Resolve some "possibly lost" valgrind-reported memleaks
Use a static char string list for the main menu options. These can't be const becaue uifc.list() *can* modify them (!) - if they're too long. Free the global opt[] (option list) when exiting. These really are not of themselves important, but reduce the noise reported by valgrind when looking for real issues.
parent
880ad075
No related branches found
No related tags found
Please register or sign in to comment