At 17:27 2002-10-7 -0700, you wrote: >If my application has 2 forms, first with List >populated dynamically (using method described in API >Reference pdf page 356-357) and second form contains >few fields for details. When I exit application from >first form I get 1 memory leak but if I exit from >second form, no memory leaks.
It sounds like you need a call to FrmCloseAllForms() in your AppStop routine to send a frmClose event to all open forms where your code would free the list's data. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Palm OS programming help @ www.palmoswerks.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
