aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r--Source/TableDocument.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 668f6b46..6978428d 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -2338,6 +2338,7 @@
if (selectedDatabase) [selectedDatabase release];
if (mySQLVersion) [mySQLVersion release];
[allDatabases release];
+ if(queryEditorInitString) [queryEditorInitString release];
[super dealloc];
}