mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 11:10:59 +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
9f4c71dbef
commit
88b2a97fdb
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>
|
2005-11-02 Nicolas Roard <nicolas.roard@gmail.com>
|
||||||
|
|
||||||
* Headers/Additions/GNUstepGUI/GSDrawFunctions.h,
|
* Headers/Additions/GNUstepGUI/GSDrawFunctions.h,
|
||||||
|
|
|
@ -618,6 +618,9 @@ static NSTextFieldCell *titleCell;
|
||||||
column++;
|
column++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Clean up local memory usage
|
||||||
|
RELEASE(subStrings);
|
||||||
|
|
||||||
if (indexOfSubStrings == numberOfSubStrings)
|
if (indexOfSubStrings == numberOfSubStrings)
|
||||||
{
|
{
|
||||||
return YES;
|
return YES;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue