mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
Fixed segmentation fault on deallocating
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13032 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cb43f1ecbe
commit
0ffd4bc269
1 changed files with 4 additions and 4 deletions
|
@ -155,10 +155,10 @@ static float scrollerWidth;
|
|||
|
||||
- (void) dealloc
|
||||
{
|
||||
TEST_RELEASE(_horizScroller);
|
||||
TEST_RELEASE(_vertScroller);
|
||||
TEST_RELEASE(_horizRuler);
|
||||
TEST_RELEASE(_vertRuler);
|
||||
DESTROY(_horizScroller);
|
||||
DESTROY(_vertScroller);
|
||||
DESTROY(_horizRuler);
|
||||
DESTROY(_vertRuler);
|
||||
|
||||
[super dealloc];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue