Fixed a memory leak

This commit is contained in:
Michiel Broek 2004-07-11 11:56:03 +00:00
parent 51b3f54776
commit 6c579bcfcf

View File

@ -966,6 +966,7 @@ int nodebld(void)
free(fm); free(fm);
free(um); free(um);
tidy_nllist(&nll); tidy_nllist(&nll);
tidy_nluser(&nlu);
return rc; return rc;
} }