At 04:16 AM 5/27/2006, you wrote:
Subject: RE: Memory Leak
From: "Stefan Mohr" <[EMAIL PROTECTED]>
Date: Fri, 26 May 2006 11:33:23 -0700
X-Message-Number: 22

You can try debugging your code using the Simulator and keep an eye on
the dynamically allocated variables, but you may find there's actually
no problem. Our emulator quite frequently says we've got 40-odd memory
leaks when we shut it down but it's been thoroughly investigated and no
memory leaks appear to exist - it may have something to do with the way
the emulator itself shuts down.

I've never seen a situation of the Emulator falsely reporting memory leaks.

So if you have 40 memory leaks reported, then you have 40 memory allocations that weren't unallocated.

Are you ending the program with a FrmCloseAllForms() call? This cleans up some issues in the Forms Manager and is a "must call" after ending the event loop.

Roger Stringer
Marietta Systems, Inc. (www.rf-tp.com)


--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to