Fix memory leak in the Three20 data source

This commit is contained in:
Blake Watters
2011-06-20 15:49:29 -04:00
parent 0954d4a063
commit 13da6aa77e

View File

@@ -37,6 +37,7 @@
- (void)dealloc {
[_objectToTableCellMappings release];
[_objectClassToTableItemMappings release];
[super dealloc];
}