mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix crash due to dictionary
This commit is contained in:
parent
8372fac3c0
commit
0f09fefac3
4 changed files with 13 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue