Hi there, While testing multiply selected applications in a gremlin run, the 3.5 debug ROM reports: "UIAppShell (unknown version) reports SystemMgr.c, Line:4384, Possible memory leak..." I see from my stack trace PrvFindMemoryLeaks is called during SysAppExit, which is called by SysAppLaunch. I'm just wondering if SysAppExit is making the PrvFindMemoryLeaks call at the right time. My scenario is: prog A calls prog B as a subroutine, and B allocates things in memory and relinquishes responsibility for those memory deallocations back to A. I think that the PrvFindMemoryLeaks is sometimes called on the return of B thus signalling a leak inappropriately. I used POSE's log files to arrive at this conclusion. I'd have thought PrvFindMemoryLeaks would be called only when the app launch was exiting the root UI application. Can you please confirm that this is the case. Kind regards, Christopher -- Christopher Hunt Class Action Pty. Ltd. Complete time zone management for the Palm(tm) connected organizer. Check out http://www.classactionpl.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
