Add release to NSLinguisticTagger

This commit is contained in:
Gregory John Casamento 2019-11-05 17:50:10 -05:00
parent e424e8dcc9
commit e62e156b67

View file

@ -94,6 +94,11 @@ NSLinguisticTag const NSLinguisticTagOrganizationName = @"NSLinguisticTagOrganiz
- (void) dealloc
{
RELEASE(_schemes);
RELEASE(_string);
RELEASE(_dominantLanguage);
RELEASE(_tokenArray);
RELEASE(_orthographyArray);
[super dealloc];
}