mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
More leaks fixed
This commit is contained in:
parent
87c50830e2
commit
aedd13dc94
19 changed files with 174 additions and 153 deletions
|
@ -5,7 +5,8 @@
|
|||
int main()
|
||||
{
|
||||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||
id testObj = [NSMutableCharacterSet new];
|
||||
id testObj = AUTORELEASE([NSMutableCharacterSet new]);
|
||||
|
||||
test_alloc(@"NSMutableCharacterSet");
|
||||
test_NSObject(@"NSMutableCharacterSet",[NSArray arrayWithObject:testObj]);
|
||||
test_NSCoding([NSArray arrayWithObject:testObj]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue