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;
|
NSMutableString *str;
|
||||||
NSValue *v;
|
NSValue *v;
|
||||||
|
|
||||||
// delegates might have mapTables allocated
|
|
||||||
// TODO verify they are empty
|
|
||||||
[delegates release];
|
[delegates release];
|
||||||
if ([allocations count] == 0) {
|
if ([allocations count] == 0) {
|
||||||
[allocations release];
|
[allocations release];
|
||||||
|
|
Loading…
Reference in New Issue