Add dealloc

This commit is contained in:
Gregory John Casamento 2020-01-19 16:11:06 -05:00
parent 7ba1d5f570
commit 9919d63d29

View file

@ -71,6 +71,12 @@ NSAppearance *__currentAppearance = nil;
}
}
- (void) dealloc
{
RELEASE(_name);
[super dealloc];
}
// Getting the appearance name
- (NSString *) name
{