Fix checkin into wrong hg branch.

--HG--
branch : default-branch
This commit is contained in:
David Given
2016-03-17 20:53:45 +01:00
2 changed files with 8 additions and 6 deletions

View File

@@ -82,10 +82,9 @@ AtEoIF()
}
IncludeLevel--;
#endif
if (WorkingDir[0] != '\0') free(WorkingDir);
/* We don't free WorkingDir and FileName here because the rest of the
* compiler may be holding pointers to them for displaying error messages.
*/
#endif /* NOPP */
#ifndef LINT
if (FileName != source) free(FileName);
#endif
return 0;
}