On Sep 5, 2011, at 12:08 AM, Alexander Reichstadt wrote:

> the window created through the following code closes on its own after one 
> second. Why?

I’m guessing there’s an extra -release call (or insufficient -retains) and the 
window’s getting dealloced after the autorelease pool drains.

Try setting a breakpoint in the -dealloc method, adding a generic -dealloc if 
you don’t already have one.

—Jens_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to