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:
Wolfgang Sourdeau
2009-02-06 20:15:41 +00:00
parent 1585c3daab
commit 192caf2190
5 changed files with 19 additions and 10 deletions

View File

@@ -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;