fix little leak

This commit is contained in:
rfm 2024-11-14 15:30:01 +00:00
parent 8b0543571b
commit 4185b687f2

View file

@ -1347,6 +1347,7 @@ newLanguages(NSArray *oldNames)
RELEASE(_tempDomains);
RELEASE(_changedDomains);
RELEASE(_dictionaryRep);
RELEASE(_defaultsDatabase);
RELEASE(_fileLock);
RELEASE(_lock);
[super dealloc];