mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Add dealloc to class inspector
This commit is contained in:
parent
1072df949f
commit
f5d7f25044
1 changed files with 9 additions and 0 deletions
|
@ -289,6 +289,15 @@ objectValueForTableColumn: (NSTableColumn *)tc
|
|||
return self;
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
RELEASE(_actionData);
|
||||
RELEASE(_outletData);
|
||||
RELEASE(_parentClassData);
|
||||
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void) awakeFromNib
|
||||
{
|
||||
// instantiate..
|
||||
|
|
Loading…
Reference in a new issue