mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add dealloc
This commit is contained in:
parent
98830d3962
commit
de73db605c
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,12 @@
|
|||
return self;
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
RELEASE(_numberFormatter);
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (NSNumberFormatter *) numberFormatter
|
||||
{
|
||||
return _numberFormatter;
|
||||
|
|
Loading…
Reference in a new issue