Corrected bug 14901.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21941 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2005-11-03 22:26:00 +00:00
parent 9f4c71dbef
commit 88b2a97fdb
2 changed files with 7 additions and 0 deletions

View file

@ -618,6 +618,9 @@ static NSTextFieldCell *titleCell;
column++;
}
// Clean up local memory usage
RELEASE(subStrings);
if (indexOfSubStrings == numberOfSubStrings)
{
return YES;