mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-21 00:30:58 +00:00
See ChangeLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13402 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
935e853ceb
commit
6550f67a9d
1 changed files with 6 additions and 0 deletions
|
@ -116,6 +116,12 @@ _addLeftBorderOffsetToRect(NSRect aRect, BOOL isHorizontal)
|
|||
|
||||
- (void) dealloc
|
||||
{
|
||||
// We must remove the menu view from the menu list of observers.
|
||||
if ( _menu )
|
||||
{
|
||||
[[NSNotificationCenter defaultCenter] removeObserver: self name: nil object: _menu];
|
||||
}
|
||||
|
||||
RELEASE(_font);
|
||||
|
||||
/* Clean the pointer to us stored into the _itemCells. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue