bill, I'm not sure what "event pointer" you're talking about. But from the information you give, the memory appears to be allocated in your application. You can find out in which function by turning on your compiler's option to generate Macsbug symbols. From the documentation to be included in Poser 3.5:
"It is a good idea to set your compiler's switch to embed debug symbols in your code so that you can easily interpret the stack crawl. With CodeWarrior, you should set the option Generate MacsBugs Debug Symbols. With GCC, you should use the Palm OS specific GCC option -mdebug-labels. With MacsBugs, you will get each function's name in the text section immediately after the function's code." Once you determine the function, you can look at its source code and determine what memory was leaked, and perhaps deduce why. After that, you can determine how to properly dispose it. -- Keith Rollin -- Palm OS Emulator engineer At 3:00 PM -0800 4/5/02, bill wrote: >I have 3 of these errors, I tried to delete the form and it doesn't clear >this, how do you get rid of the event pointer? >Relocatable chunk leaked at 0x0000A086, size = 8 >0.020: Chunk allocated by: >0.020: <Unknown @ 0x0004F3E0> >0.020: <Unknown @ 0x0004CDC0> >0.020: <Unknown @ 0x000543DC> >0.020: <Unknown @ 0x0004FF84> >0.020: <Unknown @ 0x000544E4> >0.020: <Unknown @ 0x0004FEF0> >0.020: PrvSendEventToForm >0.020: FrmDispatchEvent >0.020: <Unknown @ 0x0004FBB8> >0.020: <Unknown @ 0x0004FB16> >0.020: <Unknown @ 0x0004AABC> >0.020: <Unknown @ 0x0004AA62> -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
