found some small leaks with Purify

This commit is contained in:
ceriel
1993-01-18 15:10:01 +00:00
parent 9fe21d6e8d
commit d858cd7e1b
5 changed files with 21 additions and 11 deletions

View File

@@ -63,6 +63,7 @@ AtEoIT()
return 0;
}
extern char *source;
AtEoIF()
{
@@ -80,5 +81,7 @@ AtEoIF()
IncludeLevel--;
#endif
#endif /* NOPP */
if (WorkingDir[0] != '\0') free(WorkingDir);
if (FileName != source) free(FileName);
return 0;
}