diff options
Diffstat (limited to 'TableSource.m')
-rw-r--r-- | TableSource.m | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/TableSource.m b/TableSource.m index caeb91fc..f8d3a446 100644 --- a/TableSource.m +++ b/TableSource.m @@ -1051,9 +1051,7 @@ traps enter and esc and make/cancel editing without entering next row } - (void)dealloc -{ -// NSLog(@"TableSource dealloc"); - +{ [tableFields release]; [indexes release]; [oldRow release]; |