NSPopUpButton is leaking?
NSPopUpButton is leaking?
- Subject: NSPopUpButton is leaking?
- From: "Mike R. Manzano" <email@hidden>
- Date: Wed, 9 Mar 2005 17:40:46 -0800
Can anyone verify this please? Regarding an NSPopUpButton instantiated
from a 10.3 nib, I have its target set to a stub method, so it is not
actually doing anything when I click it open and select a menu item.
However, running it under MallocDebug, I sometimes lose about 20bytes
or so after doing nothing more than opening the menu and selecting
something.
The stack trace of the leak doesn't seem to touch any of my code
directly and is "under the hood" of Cocoa. Seems to be leaking in a
function called PopUpMenuSelectCore().
I went ahead and created a brand-new cocoa project, put a single popup
controller in the window, and connected it to a controller with no
implementation. It seems to be doing the same thing. If I continue to
play with the popup button, the memory used continues to go up.
Mike R. Manzano
alephx01 (at) mac (dot) com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden