Re: NSWindowController getting over-released by NSDocument?

2008-07-21 Thread Markus Spoettl
On Jul 20, 2008, at 11:53 PM, Markus Spoettl wrote: I'm having some problems with memory management of a window controller in a standard NSDocument based application. The problem is that my window controller gets released through an autorelease pool after the document has been deallocated (

NSWindowController getting over-released by NSDocument?

2008-07-20 Thread Markus Spoettl
Hi List, I'm having some problems with memory management of a window controller in a standard NSDocument based application. The problem is that my window controller gets released through an autorelease pool after the document has been deallocated (and released it in the process). I've