Fix crash due to dictionary

This commit is contained in:
Gregory John Casamento 2019-08-14 04:30:52 -04:00
parent 8372fac3c0
commit 0f09fefac3
4 changed files with 13 additions and 11 deletions

View file

@ -5,9 +5,6 @@
int main()
{
id obj1;
id obj2;
NSMutableArray *testObjs = [[NSMutableArray alloc] init];
NSAutoreleasePool *arp = [NSAutoreleasePool new];
NSDictionary *dict = [NSDictionary dictionary];
NSProgress *progress = [[NSProgress alloc] initWithParent: nil