Add dealloc to class inspector

This commit is contained in:
Gregory John Casamento 2023-12-15 04:34:21 -05:00
parent 1072df949f
commit f5d7f25044

View file

@ -289,6 +289,15 @@ objectValueForTableColumn: (NSTableColumn *)tc
return self;
}
- (void) dealloc
{
RELEASE(_actionData);
RELEASE(_outletData);
RELEASE(_parentClassData);
[super dealloc];
}
- (void) awakeFromNib
{
// instantiate..