Well, here's the callstack for each of the instances:
0.000: Chunk allocated by:
0.000:  GBufNew
0.000:  GppAppInit
0.000:  PrvFrmOpen
0.000:  SigninFormHandleEvent
0.000:  PrvSendEventToForm
0.000:  FrmDispatchEvent
0.000:  AppEventLoop
0.000:  ProjectPalmMain
0.000:  PilotMain
0.000:  __Startup__

Which means that the function that leaked the memory is "GBufNew" (as it's
on the top of the stack) which I assume is one of your functions. This was
in turn called from "GppAppInit" which again looks like one of your
functions.

0.000: Relocatable chunk leaked at 0x00002CD0, size = 268

Means that it was a 268 byte memory leak

The contents don't look terribly interesting...All of these leaks are the
same, so figure that one out and I thnk you're set.





> I'm looking at the log file the emulator created but I don't know how i'm
> supposed to interpret it.




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

Reply via email to