diff options
author | stuconnolly <stuart02@gmail.com> | 2008-11-28 23:52:42 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2008-11-28 23:52:42 +0000 |
commit | ddbed0ade57c4efecbb7cd9a09047a1ce80ae497 (patch) | |
tree | 68cc14f92f250de42cf175d56da9207a5610b396 /TableSource.m | |
parent | d45adb6d2a0c305cc431d75cd20844dbe721f388 (diff) | |
download | sequelpro-ddbed0ade57c4efecbb7cd9a09047a1ce80ae497.tar.gz sequelpro-ddbed0ade57c4efecbb7cd9a09047a1ce80ae497.tar.bz2 sequelpro-ddbed0ade57c4efecbb7cd9a09047a1ce80ae497.zip |
New Growl notification controller.
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]; |