mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
leak fixing
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32035 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0f24da3c66
commit
be3a8ecc45
10 changed files with 36 additions and 18 deletions
|
@ -1400,8 +1400,8 @@ ParseConfigurationFile(NSString *fileName, NSMutableDictionary *dict,
|
|||
if (wantVal == YES)
|
||||
{
|
||||
[dict setObject: @"" forKey: key];
|
||||
DESTROY(key);
|
||||
}
|
||||
DESTROY(key);
|
||||
NSZoneFree(NSDefaultMallocZone(), src);
|
||||
NSZoneFree(NSDefaultMallocZone(), dst);
|
||||
return YES;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue