From 2124b2987a31ad704adb5eb68157cd2b1f396ccf Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Thu, 22 Apr 2010 21:20:16 +0000 Subject: - 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 --- Source/TableDump.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/TableDump.m') 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; } -- cgit v1.2.3