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