Unbind when object is deallocated

This commit is contained in:
Gregory John Casamento 2023-03-17 04:21:14 -04:00
parent 064f60bd7f
commit 282096f867

View file

@ -195,6 +195,8 @@ static NSImage *unexpandable = nil;
- (void) dealloc
{
[GSKeyValueBinding unbindAllForObject: self];
RELEASE(_items);
RELEASE(_expandedItems);