From 7ed889b0c5e05d4ee0cc67ae9f0edaf4296e233b Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 5 Aug 2009 21:58:03 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed:=20release=20query=20string=20which?= =?UTF-8?q?=20would=20be=20inserted=20into=20the=20Custom=20Query=20editor?= =?UTF-8?q?=20after=20opening=20a=20SQL=20file=20if=20the=20user=20does=20?= =?UTF-8?q?not=20connect=20to=20a=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/TableDocument.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source') 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]; } -- cgit v1.2.3