mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
More leak management fixes
This commit is contained in:
parent
90082eccac
commit
cd3e69245d
9 changed files with 119 additions and 79 deletions
|
@ -48,7 +48,6 @@ static NSNull *null = 0;
|
|||
if (null == 0)
|
||||
{
|
||||
null = (NSNull*)NSAllocateObject(self, 0, NSDefaultMallocZone());
|
||||
[[NSObject leakAt: &null] release];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue