mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
fix little leak
This commit is contained in:
parent
8b0543571b
commit
4185b687f2
1 changed files with 1 additions and 0 deletions
|
@ -1347,6 +1347,7 @@ newLanguages(NSArray *oldNames)
|
|||
RELEASE(_tempDomains);
|
||||
RELEASE(_changedDomains);
|
||||
RELEASE(_dictionaryRep);
|
||||
RELEASE(_defaultsDatabase);
|
||||
RELEASE(_fileLock);
|
||||
RELEASE(_lock);
|
||||
[super dealloc];
|
||||
|
|
Loading…
Reference in a new issue