Under OS/3.3 debug ROM, when I quit my apps (one's I've written), I see:

"UIAppShell" (unknown version) reports "SystemMgr.c, Line:4192, Possible
memory leak. Use the 'hd 0' command to find chunks owned by your app.
These chunks have an ownerID of 2"....

It's non fatal and the device functions fine, but I'm really at a bit of a
loss as to what might cause this. I use a method of creating glboals as
follows...

Have a globaldata structure that has whetever you need in it, then Create
a Handle of the size of the type and lock a Pointer to it. Upon app exit,
I unlock the pointer, discard the handle and that's it. Is there something
inherently wrong here?  I've only run into this under Palm OS3.3 so far...



Reply via email to