mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Fix double release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21371 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b2240b693f
commit
1ccc34c720
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
* Source/NSScrollView.m: ([-initWithFrame:) create a hidden horizontal
|
||||
ruler for MacOS-X and OPENSTEP compatibility. Fix bug #13310
|
||||
* Source/NSRulerView.m: ([-dealloc]) Don't release _clientView as we
|
||||
don't own it. Fixes bug #13382
|
||||
|
||||
2005-06-22 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
|
|
|
@ -872,7 +872,6 @@ static NSMutableDictionary *units = nil;
|
|||
- (void) dealloc
|
||||
{
|
||||
RELEASE(_unit);
|
||||
RELEASE(_clientView);
|
||||
RELEASE(_accessoryView);
|
||||
RELEASE(_markers);
|
||||
RELEASE(_labelFormat);
|
||||
|
|
Loading…
Reference in a new issue