From 2183eeefefb81846c2cc2c6b4bf68b12167f2b24 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sun, 27 Sep 2009 13:26:47 +0000 Subject: =?UTF-8?q?=E2=80=A2=20marked=20'sequel-pro-print-template.html'?= =?UTF-8?q?=20as=20localizable=20=E2=80=A2=20outsourced=20default=20QuickL?= =?UTF-8?q?ook=20types=20into=20a=20localizable=20plist=20-=20prepared=20S?= =?UTF-8?q?P=20preferences=20and=20SP=20code=20to=20allow=20the=20user=20t?= =?UTF-8?q?o=20add=20own=20QL=20types=20=E2=80=A2=20prepared=20a=20localiz?= =?UTF-8?q?able=20'ContentFilter.plist'=20[not=20yet=20implemented=20fully?= =?UTF-8?q?]=20-=20this=20plist=20will=20held=20the=20default=20filter=20o?= =?UTF-8?q?perators=20-=20this=20approach=20will=20give=20the=20user=20the?= =?UTF-8?q?=20chance=20to=20add=20own=20filters=20=E2=80=A2=20removed=20th?= =?UTF-8?q?ree=20tiny=20memory=20leaks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note: In MCPResult.m variable 'MCPYear0000' was stored retained. Why? I removed it and couldn't encounter any problems. --- Source/CustomQuery.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/CustomQuery.m') diff --git a/Source/CustomQuery.m b/Source/CustomQuery.m index f393dc45..3f2afc2f 100644 --- a/Source/CustomQuery.m +++ b/Source/CustomQuery.m @@ -2626,6 +2626,8 @@ [usedQuery release]; [fullResult release]; [favoritesManager release]; + if (helpHTMLTemplate) [helpHTMLTemplate release]; + if (mySQLversion) [mySQLversion release]; if (sortField) [sortField release]; [super dealloc]; -- cgit v1.2.3