mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-01 22:42:51 +08:00
Remove implicit initialization of dataSource for mapping operation as it gets deallocated unde ARC
This commit is contained in:
@@ -98,7 +98,6 @@ BOOL RKObjectIsValueEqualToValue(id sourceValue, id destinationValue) {
|
||||
if (self) {
|
||||
self.sourceObject = sourceObject;
|
||||
self.destinationObject = destinationObject;
|
||||
self.dataSource = [RKObjectMappingOperationDataSource new];
|
||||
self.mapping = objectOrDynamicMapping;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user