Ambiguous scénario for iPhone memory management
- by gotye
Hey guys,
i have some difficulties to understand this scénario ...
i create an object
i set its retained property to something
i Forget to release its property
i release the object
as i didn't release the property in the dealloc
method, Will the scénario result in a memory leak or Will the property be released automatically ?
And yes, i read the memory management guide ;)
cheers,
gotye.