mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20:30:37 +00:00
Fix memory leaks found by static analyser.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32529 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
80015b49b4
commit
ad2afdcf4f
8 changed files with 20 additions and 5 deletions
|
@ -290,7 +290,7 @@ static NSInputManager *currentInputManager = nil;
|
|||
NSString *c = [NSString stringWithCharacters: &character length: 1];
|
||||
[description appendString: c];
|
||||
}
|
||||
return description;
|
||||
return AUTORELEASE(description);
|
||||
}
|
||||
|
||||
- (void) loadBindingsFromFile: (NSString *)fullPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue