mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Fixed deallocation of window when views are deallocated after the window
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11216 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
244738ba03
commit
d4b1464e3e
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
Mon Oct 22 01:10:24 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSWindow.m ([NSWindow -dealloc]): Remove all subviews
|
||||
from this window before releasing them. This fixes crashes when
|
||||
some views were deallocated after the window.
|
||||
|
||||
2001-10-21 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSScrollView.m
|
||||
|
|
Loading…
Reference in a new issue