Hi, I faced MemoryMgr.c, Line:3583, Free handle, which caused by
DmDeleteDatabase with Simulator on sysAppLaunchCmdSystemReset. Following is
the code,

PilotMain(...)
{
.
.
case sysAppLaunchCmdSystemReset:
    lerrRV  = DmGetNextDatabaseByTypeCreator(true, &ldssSearch,
sysFileTApplication, intApp, true, &lintCard, &llidDB);
    if (lerrRV == errNone)
    {
     DmDeleteDatabase(lintCard, llidDB);
    }
}

Please help! Thanks.



--
Tony



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

Reply via email to