I have a requirement to create some NSDecimalNumber objects objects as part of my application (as I require the precision of calculation the开发者_JS百科y offer) but I note that in calculations they r
My application crashes when the autorelease pool is released. The reason seems to be that the object with autorelease message is sent a release message sometime before the pool is released, hence the