mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 04:00:47 +00:00
Unbind when object is deallocated
This commit is contained in:
parent
064f60bd7f
commit
282096f867
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,8 @@ static NSImage *unexpandable = nil;
|
|||
|
||||
- (void) dealloc
|
||||
{
|
||||
[GSKeyValueBinding unbindAllForObject: self];
|
||||
|
||||
RELEASE(_items);
|
||||
RELEASE(_expandedItems);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue