[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Various retain/release bugs
From: |
Nicola Pero |
Subject: |
Re: Various retain/release bugs |
Date: |
Sat, 23 Feb 2002 10:01:44 +0000 (GMT) |
> > > 3.
> > > NSMenu retains its NSMenuView; NSMenuView retains its NSMenu; NSMenuView
> > > retains its NSMenuItemCell:s and they retain the NSMenuView, etc. Either
> > > I'm missing something about how this is supposed to work or something is
> > > really messed up here.
>
> Yes - this is certainly wrong ... need to investigate this carefully ...
> now I'm tired so I better start with the easy ones :-) rather than getting
> it wrong - so be patient
Ok - did some work on this menu dealloc problems - it's on CVS - I came
mostly to the same conclusions as you did but let me know if you've got
problems.