Performance improvements.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4215 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-05-06 19:37:45 +00:00
parent 46bce46b35
commit d54ee72b01
8 changed files with 196 additions and 178 deletions

View file

@ -1259,9 +1259,11 @@ static NSFileManager* defaultManager = nil;
RELEASE(pathStack);
RELEASE(enumStack);
RELEASE(currentFileName);
RELEASE(currentFilePath);
RELEASE(topPath);
if (currentFileName)
RELEASE(currentFileName);
if (currentFilePath)
RELEASE(currentFilePath);
[super dealloc];
}