Re: retain qualifier on property

2011-06-08 Thread Jens Alfke
On Jun 8, 2011, at 10:15 AM, Jonathan Taylor wrote: > The objects are retained and released correctly if I set this property to a > new value, or to nil. However when the parent object is deallocated, no > release is sent to the latestFrame object. I don't know if this is expected > behaviour

retain qualifier on property

2011-06-08 Thread Jonathan Taylor
This is probably a very basic conceptual question but one I haven't been able to find a clear answer to. It concerns the "retain" qualifier on a class property. I can declare for example: @property (nonatomic, readwrite, retain) id latestFrame The objects are retained and released correctly if I