Add missing release for rootKeyPath ivar

This commit is contained in:
Blake Watters
2011-07-27 07:59:08 -04:00
parent ee5457105e
commit 6e87cd5ffd

View File

@@ -61,6 +61,7 @@ NSString* const RKObjectMappingNestingAttributeKeyName = @"<RK_NESTING_ATTRIBUTE
}
- (void)dealloc {
[_rootKeyPath release];
[_mappings release];
[_dateFormatStrings release];
[super dealloc];