mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 10:48:50 +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:
@@ -67,7 +67,7 @@
|
||||
[statusDate release];
|
||||
[status release];
|
||||
[statusPercent release];
|
||||
[todo release];
|
||||
[[todo parent] release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
if (!todo)
|
||||
{
|
||||
todo = (iCalToDo *) [[self clientObject] component: YES secure: YES];
|
||||
[todo retain];
|
||||
[[todo parent] retain];
|
||||
}
|
||||
|
||||
return todo;
|
||||
|
||||
Reference in New Issue
Block a user