--- Amaravadi Ravi Kumar wrote: > > But when I am running the application on PalmOS > versions "Palm OS 3.5-en-colordbg.rom" and "Palm > OS 4.0-en-colordbg.rom", I am getting the following > error .. > > UIAppShell (unknown version) called SysFatalAlert with > message "SystemMgr.c Line: 4804 . Minor errors found > while exiting app. Un-freed chunk at 0x00002534 > (ownerID2)" >
You have allocated a chunk of memory with MemPtrNew() or MemHandleNew() and you didn't free that memory before exiting your application. __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
