mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:17:39 +00:00
Memory leak fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17295 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b04ce4006b
commit
fe15f366b4
4 changed files with 23 additions and 3 deletions
|
@ -332,7 +332,11 @@
|
|||
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
RELEASE(_menu);
|
||||
[super dealloc];
|
||||
}
|
||||
- (NSMenu*) menu
|
||||
{
|
||||
return _menu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue