More leaks fixed

This commit is contained in:
rfm 2024-11-16 13:34:56 +00:00
parent 87c50830e2
commit aedd13dc94
19 changed files with 174 additions and 153 deletions

View file

@ -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]);