Make sure that you've closed all of your forms. Additionally a
FrmCloseAllForms command might be want you want to do as the last thing
in your program.
-C
--
Christopher Hunt
Class Action Pty. Ltd.
Complete time zone management for the Palm(tm) connected organizer.
Check out http://www.classactionpl.com/
Eugene Chin wrote:
> Using a Palm V OS 3.3 debug rom, my application runs successfully
> and then a dialog appears with the message:
>
> "UIAppShell" (unknown version) reports "SystemMgr.c, Line: 4192,
> Possible memory leak. Use the 'hd 0' commadn to find chunks
> owned by your app. These chunks have an owner ID of 2.".
>
> I get a similar message with OS 3.5 debug rom, but there are no
> problems when running the app with OS 3.0 and 3.2 roms.
>
> Does this message really indicate a memory leak in UIAppShell, or
> is this a memory leak in my application?
>
> Thanks for your help.