Pulldown popup button in toolbar with GC on causes console message

2009-03-01 Thread Andrew Merenbach
Hi, all, Sorry for the long subject heading. I have an Xcode project (a garbage-collected application, 10.5 SDK, 10.5 deployment target, and I myself am running 10.5.6) with xib containing a toolbar created in Interface Builder. In this toolbar is a popup button. When the popup button

Re: Pulldown popup button in toolbar with GC on causes console message

2009-03-01 Thread Quincey Morris
On Mar 1, 2009, at 09:55, Andrew Merenbach wrote: MyProgram(11418,0xb0103000) malloc: free_garbage: garbage ptr = 0x10f9180, has non-zero refcount = 1 MyProgram(11418,0xb0103000) malloc: free_garbage: garbage ptr = 0x10f9da0, has non-zero refcount = 1 Is this a known issue with popup

Re: Pulldown popup button in toolbar with GC on causes console message

2009-03-01 Thread Andrew Merenbach
On Mar 1, 2009, at 10:16 AM, Quincey Morris wrote: On Mar 1, 2009, at 09:55, Andrew Merenbach wrote: MyProgram(11418,0xb0103000) malloc: free_garbage: garbage ptr = 0x10f9180, has non-zero refcount = 1 MyProgram(11418,0xb0103000) malloc: free_garbage: garbage ptr = 0x10f9da0, has non-zero