> 
> the dump from the log file is as following. any clue? thanks.
> 
> 0.000: WARNING: ========================================================
> 0.000: WARNING: Memory Leaks
> 0.000: WARNING: ========================================================
> 0.000: WARNING: Begin Memory Leak Dump 0.000: WARNING:
> ======================================================== 0.000:
> Non-relocatable chunk leaked at 0x0003C460, size = 8 0.000: Chunk
> allocated by:
> 0.000:  <Unknown @ 0x000474D0>
> 0.000:  <Unknown @ 0x00046F08>
> 0.000:  <Unknown @ 0x0004732A>
> 0.000:  PrvSendEventToForm
> 0.000:  FrmDispatchEvent
> 0.000:  <Unknown @ 0x000459E0>
> 0.000:  <Unknown @ 0x00045B9E>
> 0.000:  <Unknown @ 0x00044FDE>


if you turn on debug symbols in you build you will get the function names instead of
the "Unknown".
for codewarrior9 that is under settings->Code Generation->68 compiler.

then you know at least where in you code this memory got allocated und you just have to
figure out why it was not deallocated.

Best regards,

Sebastian 





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

Reply via email to