Somewhere your linked list is not completely cleaning up after itself. If you allocated the memory, you need to deallocate it.
----- Original Message ----- From: "gamepower111" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, August 14, 2003 4:16 AM Subject: memory leak > Hi everybody, > > When I exit the palm os application, memory leak occurs. I have create a > link-list during running, but I have implemented a desconstractor for it. > From the size of the log file, it looks the leaks come from the link-list. > The log file contains the following sentence: > "Non-relocatable chunk leaked at 0x0003C460, size = 24" > > any clue? > > thanks! > fan > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
