mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Merge pull request #1 from williameveretteggplant/patch-1
Fix memory leak in NSBox
This commit is contained in:
commit
3190ce4363
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@
|
|||
|
||||
- (void) dealloc
|
||||
{
|
||||
TEST_RELEASE(_border_color);
|
||||
TEST_RELEASE(_fill_color);
|
||||
TEST_RELEASE(_cell);
|
||||
[super dealloc];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue