Re: NSWindow alloc/dealloc problems
Re: NSWindow alloc/dealloc problems
- Subject: Re: NSWindow alloc/dealloc problems
- From: j o a r <email@hidden>
- Date: Mon, 29 Nov 2004 10:24:42 +0100
On 2004-11-29, at 10.07, Alex Reynolds wrote:
[targetWindow dealloc];
Have you read the documentation for the "dealloc" method?
What you need to do is to balance your retain-release calls properly.
You should either just release / autorelease the window, or if you have
set it to "release when closed", simply close it.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden