found some small leaks with Purify
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user