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:
Fred Kiefer 2005-11-03 22:26:00 +00:00
parent db9a23f78a
commit ed11dd4840
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-11-03 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSBrowser.m (-setPath:): Corrected memory management bug 14901.
2005-11-02 Nicolas Roard <nicolas.roard@gmail.com>
* Headers/Additions/GNUstepGUI/GSDrawFunctions.h,

View file

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