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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -