Removed an unnecessary TODO; mapTables cannot be freed unless empty anyway.
This commit is contained in:
parent
88e0a9c165
commit
baf46c5434
|
@ -25,8 +25,6 @@ void uninitAlloc(void)
|
|||
NSMutableString *str;
|
||||
NSValue *v;
|
||||
|
||||
// delegates might have mapTables allocated
|
||||
// TODO verify they are empty
|
||||
[delegates release];
|
||||
if ([allocations count] == 0) {
|
||||
[allocations release];
|
||||
|
|
Loading…
Reference in New Issue