Re: over-released NSIdEnumerator

2010-09-14 Thread Nick Zitzmann
On Sep 13, 2010, at 9:34 PM, Jeffrey Oleander wrote: After my main NSDocument algorithm method was done doing its thing and returned up the call chain to where the button click had started its action, it would flip to showing NSPopAutoreleasePool and I was crashing with EXC_BAD_ACCESS.

over-released NSIdEnumerator

2010-09-13 Thread Jeffrey Oleander
After my main NSDocument algorithm method was done doing its thing and returned up the call chain to where the button click had started its action, it would flip to showing NSPopAutoreleasePool and I was crashing with EXC_BAD_ACCESS. So, I looked at all of my alloc, initWith..., retain, and

Re: over-released NSIdEnumerator

2010-09-13 Thread Quincey Morris
On Sep 13, 2010, at 20:34, Jeffrey Oleander wrote: After my main NSDocument algorithm method was done doing its thing and returned up the call chain to where the button click had started its action, it would flip to showing NSPopAutoreleasePool and I was crashing with EXC_BAD_ACCESS. So,