> "MemoryMgr.c, Line: 4384, Free Handle."

This means the handle containing the record was freed. You probably have
code like this somewhere in your app:

        DmGetRecord or DmQueryRecord
        MemHandleLock
        ...
        MemHandleFree or MemPtrFree     // Oops! Should be MemHandleUnlock
        DmReleaseRecord (if you called DmGetRecord initially)
--
Danny @ Palm

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

Reply via email to