mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Add dealloc
This commit is contained in:
parent
7ba1d5f570
commit
9919d63d29
1 changed files with 6 additions and 0 deletions
|
@ -71,6 +71,12 @@ NSAppearance *__currentAppearance = nil;
|
|||
}
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
RELEASE(_name);
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
// Getting the appearance name
|
||||
- (NSString *) name
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue