The log file contains information that was in the memory you didn't free. Typically, one can recognize this from originating from a specificic part of the code. If you can't do that, you may want to double check that all memory you allocate is eventually freed. Check your MemPtrNew/MemPtrFree and similar pairs. -- Tim
"Merav Rubinstein" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have a note that say that I can find the memory leaks in a log file, but I don't understand a thing from it...Can I know what's the problem from the log file? > > Thank you. > Merav > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
