found some small leaks with Purify

This commit is contained in:
ceriel
1993-01-18 16:14:43 +00:00
parent c79e53c02e
commit 3d9aebdd69
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;
}