Does this behave differently in PalmOS 5 ? On the Emulator (M505 ROM), if I don't manually free up the memory I allocated for the ListItems (an array of Strings), I get warnings about leaked memory upon application exit (Form Close). So my application frees the memory itself.
On the Garnet Simulator, if I free the Memory I get a MemFreePtr error when I call LstSetChoices (it seems that it tries to free the previous list contents, so I mustn't). I can get round this via a check on OS version, but I'm surprised that it is different, given that there is no mention of asuch a difference in the documentation. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
