mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Add release to NSLinguisticTagger
This commit is contained in:
parent
e424e8dcc9
commit
e62e156b67
1 changed files with 5 additions and 0 deletions
|
@ -94,6 +94,11 @@ NSLinguisticTag const NSLinguisticTagOrganizationName = @"NSLinguisticTagOrganiz
|
|||
|
||||
- (void) dealloc
|
||||
{
|
||||
RELEASE(_schemes);
|
||||
RELEASE(_string);
|
||||
RELEASE(_dominantLanguage);
|
||||
RELEASE(_tokenArray);
|
||||
RELEASE(_orthographyArray);
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue