git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28787 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-10-10 08:16:17 +00:00
parent c132d1a95b
commit 6bf3a906e9
13 changed files with 53 additions and 509 deletions

View file

@ -126,7 +126,7 @@ static NSIndexPath *dummy = nil;
NSHashRemove(shared, self);
[lock unlock];
NSZoneFree(NSDefaultMallocZone(), _indexes);
NSDeallocateObject(self);
[super dealloc];
}
GSNOSUPERDEALLOC;
}