Help Finding Memory Leak
Posted
by Neal L
on Stack Overflow
See other posts from Stack Overflow
or by Neal L
Published on 2010-05-11T20:29:23Z
Indexed on
2010/05/11
20:34 UTC
Read the original article
Hit count: 367
Hi all,
I am writing an iPad app that downloads a rather large .csv file and parses the file into objects stored in Core Data. The program keeps crashing, and I've run it along with the Allocations performance tool and can see that it's eating up memory.
Nothing is alloc'ed or init'ed in the code, so why am I gobbling up memory?
Code at: http://pastie.org/955960
Thanks! -Neal
© Stack Overflow or respective owner