[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSWindow question
From: |
Alexander Malmberg |
Subject: |
Re: NSWindow question |
Date: |
Wed, 23 Jul 2003 17:00:49 +0200 |
Andrew Ruder wrote:
> Just wondering if someone who was familiar with NSWindow would
> know if the window could possibly be deallocated between a
> NSLeftMouseButtonDown and a NSLeftMouseButtonUp or a
> start of a dragging operation and the end of one. In either case
> it should be safe to apply this patch, just in case.
This patch causes some apps to segfault when you click quit in the menu.
Patch looks ok, though, and neither zombies nor double release checking
catches anything. I'm investigating.
- Alexander Malmberg