On Jul 30, 2009, at 1:37 PM, David Blanton wrote:
When I quit my application it ends as expected.
When I close the last window I get the EXEC_BAD_ACCESS message.
Following Greg Parker's 2006 post at CocoaBuilder I get the
following which according to that post respondsToSelector:" is being
On Jul 30, 2009, at 1:37 PM, David Blanton
wrote:
Following Greg Parker's 2006 post at CocoaBuilder I get the
following which according to that post respondsToSelector:" is being
called on a nil object.
Messages to nil do not cause a crash.
You have a memory management bug. Turn on NSZ
On 31/07/2009, at 6:37 AM, David Blanton wrote:
When I quit my application it ends as expected.
When I close the last window I get the EXEC_BAD_ACCESS message.
Following Greg Parker's 2006 post at CocoaBuilder I get the
following which according to that post respondsToSelector:" is being