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:
Richard Frith-MacDonald 2006-07-25 15:30:40 +00:00
parent cb029ae7e4
commit d3441290bf
2 changed files with 8 additions and 2 deletions

View file

@ -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>

View file

@ -363,7 +363,7 @@ static NSMapTable globalClassMap = 0;
{
NSZone *z = _objMap->zone;
GSIArrayClear(_objMap);
GSIArrayEmpty(_objMap);
NSZoneFree(z, (void*)_objMap);
}
[super dealloc];