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:
Richard Frith-Macdonald 2005-06-28 10:16:37 +00:00
parent b2240b693f
commit 1ccc34c720
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -872,7 +872,6 @@ static NSMutableDictionary *units = nil;
- (void) dealloc
{
RELEASE(_unit);
RELEASE(_clientView);
RELEASE(_accessoryView);
RELEASE(_markers);
RELEASE(_labelFormat);