some leaks plugged (as detected by the leak detector)

This commit is contained in:
dick
1986-07-18 21:10:42 +00:00
parent 7f5bcdf116
commit fa9f4ab0ab
21 changed files with 204 additions and 176 deletions

View File

@@ -189,14 +189,15 @@ compile(argc, argv)
#endif USE_TMP
#ifdef DEBUG
if (options['u']) /* unstack L_UNIVERSAL */
unstack_level();
if (options['u']) {
unstack_level(); /* unstack L_GLOBAL */
}
if (options['f'] || options['t'])
dumpidftab("end of main", options['f'] ? 0 : 0);
#endif DEBUG
#ifndef NOPP
}
#endif NOPP
#endif NOPP
PopLex();
}