mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 10:40:37 +00:00
add release implmentation
This commit is contained in:
parent
13ae5fdb54
commit
3d711b5672
2 changed files with 18 additions and 0 deletions
|
@ -72,5 +72,13 @@
|
|||
RELEASE(attrTitle);
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
RELEASE(_attributedTitle);
|
||||
RELEASE(_image);
|
||||
RELEASE(_url);
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue