How do I release an object allocated in a different AutoReleasePool?

First get a general understanding of the objective c memory management. You are confusing a lot of different things here. For example you don't have to retain the m_object since alloc already sets up the retain count with 1.

Also normally you don't release you AutoReleasePool when you release a object. Like I said look up the documentation for memory management (pretty good actually).

Autorelease pools handle objects that have been specifically autoreleased.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions