"Lee, Eric" <[EMAIL PROTECTED]> wrote in message news:32145@palm-dev-forum... > > Hello all-- > > My app calls "FrmCloseAllForms();" just before the termination. Is this > enough to ensure that any memory allocated to Forms and all other UI > components to be cleaned? or do I have to somehow dispose any UI object > (active or inactive) seperately? That should deallocate any memory allocated by the system. If you used FrmSetTitle, CtlSetValue, or FldSetTextPtr to change the text of a control, you would need to be responsible for making sure that any dynamic memory associated with those pointers was deallocated, since the system doesn't track those values. -- Ben Combee Veriprise Wireless <http://www.veriprise.com> -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
