free WorkingDir only if including cpp

This commit is contained in:
ceriel 1995-03-24 13:56:20 +00:00
parent 3c6c7aa1d7
commit d66053e2f7

View File

@ -82,8 +82,8 @@ AtEoIF()
}
IncludeLevel--;
#endif
#endif /* NOPP */
if (WorkingDir[0] != '\0') free(WorkingDir);
#endif /* NOPP */
#ifndef LINT
if (FileName != source) free(FileName);
#endif