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:08:01
Re: Great Program

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

thanks for your feedback.

I've indeed found a problem in Remote Buddy where it may not release 
some of its allocated memory immediately or sometimes not at all (or 
rather: Cocoa won't, for whatever reason). Anyway, adding the two lines

NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];

..

[pool release];

around the main event handling code fixed the problem. So this will 
be fixed in Preview 6.

Cheers, 
Felix 

Thread-display::