mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-12 02:13:18 +00:00
Monotone-Parent: 2da3fdffb894897d29ea164dddd960be3c7f92bf
Monotone-Revision: 90a515f4d4cb5b17faf03e3b53acdc1a2f70a21a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-02-06T20:15:41 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
- (void) dealloc
|
||||
{
|
||||
[item release];
|
||||
[event release];
|
||||
[[event parent] release];
|
||||
[aptStartDate release];
|
||||
[aptEndDate release];
|
||||
[componentCalendar release];
|
||||
@@ -87,7 +87,7 @@
|
||||
if (!event)
|
||||
{
|
||||
event = (iCalEvent *) [[self clientObject] occurence];
|
||||
[event retain];
|
||||
[[event parent] retain];
|
||||
}
|
||||
|
||||
return event;
|
||||
|
||||
Reference in New Issue
Block a user