mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
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:
parent
db9a23f78a
commit
ed11dd4840
2 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -618,6 +618,9 @@ static NSTextFieldCell *titleCell;
|
|||
column++;
|
||||
}
|
||||
|
||||
// Clean up local memory usage
|
||||
RELEASE(subStrings);
|
||||
|
||||
if (indexOfSubStrings == numberOfSubStrings)
|
||||
{
|
||||
return YES;
|
||||
|
|
Loading…
Reference in a new issue