From be45d91c248b90fb55649991c3901b5d8c42da57 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 7 Jan 2009 18:40:25 +0000 Subject: [PATCH] Monotone-Parent: 8e3ccd6bdd643adbebe091bde0df46f1f37150f4 Monotone-Revision: d83f2319ca5fd2cef90d70715abf703c4b070397 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-01-07T18:40:25 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxAppointmentEditor.m | 1 + UI/Scheduler/UIxComponentEditor.m | 1 + 2 files changed, 2 insertions(+) diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index 1b8278755..ab719ab06 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -321,6 +321,7 @@ minutes:[date minuteOfHour] seconds:0]; [rule setUntilDate: untilDate]; + [date release]; } } } diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index ac701a7f2..0d4d210aa 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -347,6 +347,7 @@ iRANGE(2); [date setTimeZone: [[context activeUser] timeZone]]; [self setRange1: @"2"]; [self setRange2: [date descriptionWithCalendarFormat: @"%Y-%m-%d"]]; + [date release]; } else [self setRange1: @"0"];