discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSMenu


From: Quentin Mathé
Subject: Re: NSMenu
Date: Thu, 5 Feb 2004 02:31:49 +0100

Le 3 févr. 04, à 15:42, Quentin Mathé a écrit :

problem... with the code below :

NSMenu *menu = [[NSMenu alloc] initWithTitle:@""];
[NSMenu popUpContextMenu:menu withEvent:myEvent forView:myView];
RELEASE(menu);

the menu object doesn't seem to be released (its dealloc method is not called)... Why ?

Well I have investigated it... this issue seems to involve two bugs in NSMenu and co. Will post a patch tomorrow on dev.

Quentin.

--
Quentin Mathé
qmathe@club-internet.fr




reply via email to

[Prev in Thread] Current Thread [Next in Thread]