aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-04-22 21:20:16 +0000
committerrowanbeentje <rowan@beent.je>2010-04-22 21:20:16 +0000
commit2124b2987a31ad704adb5eb68157cd2b1f396ccf (patch)
tree663f3ddc13eaed15b9e98a889b85789f83402667 /Source/TableDump.m
parentd7a60be55db3fa16565c888351af4a2142e7b751 (diff)
downloadsequelpro-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.m1
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;
}