show/hide this revision's text 2 added 1 characters in body

Its just a guideline. You can call other instructions after [super dealloc]. however you can not access variables of the superclass anymore because they are release released when you call [super dealloc]. Its always safe to call the superclass in the last line.

Also KVO and depended (triggered) keys can affect side effects if they are depended of already release member varibles.

show/hide this revision's text 1

Its just a guideline. You can call other instructions after [super dealloc]. however you can not access variables of the superclass anymore because they are release when you call [super dealloc]. Its always safe to call the superclass in the last line.

Also KVO and depended (triggered) keys can affect side effects if they are depended of already release member varibles.