make shutdown more proper (releasing all memory)

This commit is contained in:
zolliker
2005-09-02 13:57:14 +00:00
parent 2e1778abb7
commit 9a051e8289
4 changed files with 30 additions and 12 deletions

1
help.c
View File

@ -21,6 +21,7 @@ static char *helpDirs = NULL;
static char *defaultFile="master.txt";
/*----------------------------------------------------------------------*/
void KillHelp(void *pData){
KillDummy(pData);
if(helpDirs != NULL){
free(helpDirs);
helpDirs = NULL;