iphone - is it possible to create a 100% leak free ipad application -
i developing ipad app , found memory leaks using instruments , analyzer. tried release objects resulted in crashing of app.. memory leaks allowed in app? if so, until extent allowed? there way remove memory leaks out app getting crashed??
generally speaking, possible make sure code write leak free. not apple frameworks , internal libraries won't leak @ all.
if call alloc
, new
or copy
make sure call corresponding release
or autorelease
. apps leak lot bound crash often. apps crash rejected app store.
Comments
Post a Comment