free WorkingDir only if including cpp

This commit is contained in:
ceriel 1995-03-24 13:56:20 +00:00
parent e4fd4fce8e
commit bcb4a75630

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