Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

24.07.2006 13:11:01
Re: Re: huge memory leak

This posting is older than 6 months and can contain outdated information.
Hello Oriol,

thanks. I've of course looked into it with MallocDebug, ObjectAlloc 
and friends. I have been looking for the wrong kind of object though: 
I had looked for Core Graphics objects that are used to cache the 
graphics rather than for the objects that manage the menu items. And 
although their release/retain/autorelease calls are balanced, it 
seems that - for whatever reason - Cocoa decides to not flush the 
autorelease pool too often, only sometimes or not at all. Adding 
another NSAutoreleasePool on top and around the main entry point for 
event handling in RB fixed the problem.

So, this issue will be fixed in preview 6.

Cheers, 
Felix 

Thread-display::