Should I free memory for MemPtrNew() ?
urlStr = MemPtrNew(StrLen(url) + 1);
StrCopy(urlStr,url);
MemPtrSetOwner(urlStr, 0);
err = SysUIAppSwitch(cardNo, dbID,
sysAppLaunchCmdGoToURL, urlStr);
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- Re: Memory Mgmt when SysUIAppSwitch() Anthony Randazzo
- Re: Memory Mgmt when SysUIAppSwitch() Danny Epstein
