found some small leaks with Purify

This commit is contained in:
ceriel
1993-01-18 16:14:43 +00:00
parent 3b80847a9d
commit f2cfe32e03
3 changed files with 4 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ AtEoIF()
/* Make the unstacking of input streams noticable to the
lexical analyzer
*/
if (WorkingDir[0] != '\0') free(WorkingDir);
return 1;
}