Carlos. Look at the POSE logs, theres a plenty info about the memory leaks.
Stefan. Theres always a reason why POSE complains about a memory leaks, there are harmless on the behalf of the app, but means that some data is left in memory. When I build my first app, I had the same idea that POSE had something wrong, but eventually found the leaks. Now as my experience on PalmOS grown my apps had 0 memory leaks, and I have not a recall about complains about POSE missbehalf posted on palmos.com forums, so posibly you had something missing that causes that memory leaks. Eduardo Orea. "Stefan Mohr" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] 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. -----Original Message----- From: Carlos Gonzalez [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 11:28 AM To: Palm Developer Forum Subject: Memory Leak Hello everyone, I geting an error message when I click on the application icon of the emulator after I ran my application, error that reads that there is a memory leak. How can I detect this errror and correct it. Thanks, Carlos -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
