mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Reinstate erroneously reverted bugfix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23186 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cb029ae7e4
commit
d3441290bf
2 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,12 @@
|
|||
2006-07-25 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSKeyedUnarchiver.m: Reinstate fix of 2006-07-14 which was
|
||||
erroneously reverted on 2006-07-15.
|
||||
|
||||
2006-07-19 Jeremy Bettis <jeremy@deadbeef.com>
|
||||
|
||||
* Source/win32/NSUserDefaultsWin32.m: The method wantToReadDefaultsSince:
|
||||
* Source/win32/NSUserDefaultsWin32.m:
|
||||
The method wantToReadDefaultsSince:
|
||||
was always returning YES. Fixed to work as intended.
|
||||
|
||||
2006-07-18 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
|
|
@ -363,7 +363,7 @@ static NSMapTable globalClassMap = 0;
|
|||
{
|
||||
NSZone *z = _objMap->zone;
|
||||
|
||||
GSIArrayClear(_objMap);
|
||||
GSIArrayEmpty(_objMap);
|
||||
NSZoneFree(z, (void*)_objMap);
|
||||
}
|
||||
[super dealloc];
|
||||
|
|
Loading…
Reference in a new issue