mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-25 21:50:48 +08:00
Fix memory leak in the Three20 data source
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
|
||||
- (void)dealloc {
|
||||
[_objectToTableCellMappings release];
|
||||
[_objectClassToTableItemMappings release];
|
||||
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user