mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-01 17:00:47 +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
af8758c499
commit
a652d9ae98
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>
|
2001-10-21 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/NSScrollView.m
|
* Source/NSScrollView.m
|
||||||
|
|
Loading…
Reference in a new issue