mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
fix leak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39345 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9cc9c3ca40
commit
3ccb63af3b
2 changed files with 7 additions and 0 deletions
|
@ -818,6 +818,7 @@ newLanguages(NSArray *oldNames)
|
|||
{
|
||||
NS_VALRETURN([defs autorelease]);
|
||||
}
|
||||
RELEASE(defs);
|
||||
}
|
||||
NSLog(@"WARNING - unable to create shared user defaults!\n");
|
||||
NS_VALRETURN(nil);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue