mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 00:20:48 +00:00
Fix memory leak in NSBox
This commit is contained in:
parent
f5ebdcd1d2
commit
db5ad42d8a
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