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. --- Frameworks/MCPKit/MCPFoundationKit/MCPResult.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Frameworks/MCPKit/MCPFoundationKit/MCPResult.m') diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPResult.m b/Frameworks/MCPKit/MCPFoundationKit/MCPResult.m index bb7bef5e..9d49bda3 100644 --- a/Frameworks/MCPKit/MCPFoundationKit/MCPResult.m +++ b/Frameworks/MCPKit/MCPFoundationKit/MCPResult.m @@ -228,7 +228,7 @@ const OUR_CHARSET our_charsets60[] = { if (self = [MCPResult class]) { [self setVersion:030001]; // Ma.Mi.Re -> MaMiRe - MCPYear0000 = [[NSCalendarDate dateWithTimeIntervalSinceReferenceDate:-63146822400.0] retain]; + MCPYear0000 = [NSCalendarDate dateWithTimeIntervalSinceReferenceDate:-63146822400.0]; [MCPYear0000 setCalendarFormat:@"%Y"]; } } -- cgit v1.2.3