Re: beginSheet simple question.
Re: beginSheet simple question.
- Subject: Re: beginSheet simple question.
- From: j o a r <email@hidden>
- Date: Thu, 25 Aug 2005 17:28:35 +0200
On 25 aug 2005, at 17.22, Scott Andrew wrote:
loginController = [[PBLoginPanelController alloc]
initWithServer: server];
[loginController retain];
This is almost certainly a memory management error, and a memory leak
waiting to happen...
When you allocate a new object it already have a net positive retain
count, no need to retain it more.
Does all execution stop at beginSheet?
No. Contrary to an application modal dialog, execution doesn't stop
for a document modal dialog.
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