diff options
author | rowanbeentje <rowan@beent.je> | 2010-04-22 21:20:16 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-04-22 21:20:16 +0000 |
commit | 2124b2987a31ad704adb5eb68157cd2b1f396ccf (patch) | |
tree | 663f3ddc13eaed15b9e98a889b85789f83402667 /Source/TableDump.m | |
parent | d7a60be55db3fa16565c888351af4a2142e7b751 (diff) | |
download | sequelpro-2124b2987a31ad704adb5eb68157cd2b1f396ccf.tar.gz sequelpro-2124b2987a31ad704adb5eb68157cd2b1f396ccf.tar.bz2 sequelpro-2124b2987a31ad704adb5eb68157cd2b1f396ccf.zip |
- Allow CMTextView to track SPNarrowDownCompletion state, ensuring old windows are closed. This also allows SPNarrowDownCompletion to be closed when CMTextView is deallocated; this should fix http://spbug.com/l/139 .
- Fix some minor memory leaks
Diffstat (limited to 'Source/TableDump.m')
-rw-r--r-- | Source/TableDump.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDump.m b/Source/TableDump.m index b4497123..9f40d90e 100644 --- a/Source/TableDump.m +++ b/Source/TableDump.m @@ -2059,6 +2059,7 @@ // Only continue if the "create syntax" is specified in the export dialog if ([addCreateTableSwitch state] == NSOffState) { [proceduresList release]; + [procedureInfo release]; continue; } |