mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 20:31:13 +08:00
More cleanups. Have a bug in the refactored object loader
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
}
|
||||
|
||||
- (void)informDelegateOfObjectLoadWithInfoDictionary:(NSDictionary*)dictionary {
|
||||
NSMutableDictionary* newInfo = [NSMutableDictionary dictionaryWithDictionary:dictionary];
|
||||
NSMutableDictionary* newInfo = [[NSMutableDictionary alloc] initWithDictionary:dictionary];
|
||||
NSArray* models = [dictionary objectForKey:@"objects"];
|
||||
[dictionary release];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user