mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 17:52:42 +00:00
Autorelease the [separatorItem].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17628 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6df109b13e
commit
b6e5d5fafd
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ static Class imageClass;
|
|||
|
||||
+ (id <NSMenuItem>) separatorItem
|
||||
{
|
||||
return [GSMenuSeparator new];
|
||||
return AUTORELEASE([GSMenuSeparator new]);
|
||||
}
|
||||
|
||||
- (id) init
|
||||
|
|
Loading…
Reference in a new issue