I have a table on a form that never gets edited directly, it does
however contain textItems loaded with a LoadDataProcedure. The memory
for the text in the fields in the table are initiated with
MemHandleNew() when the form is opened and disposed of when the form is
closed. Whenever I do a select of a field (which triggers a FrmGotoForm)
I get the following memory leak. (I catch the tblSelectEvent to initiate
this.)
I must be missing something obvious. Any ideas are appreciated.

- Veronica Loell

-------------------------------------------------------------------
1694.266:       Relocatable chunk leaked at 0x000025B2, size = 4
1694.266:       Chunk allocated by:
1694.266:               AllocateLines
1694.266:               FldSetText
1694.266:               InitTextItem
1694.266:               SelectTextItem
1694.266:               TblHandleEvent
1694.266:               FrmHandleEvent
1694.266:               PrvSendEventToForm
1694.266:               FrmDispatchEvent
1694.266:               AppEventLoop
1694.266:               PilotMain
1694.266:               <Unknown @ 0x00049F58>
1694.266:       Chunk contents:
1694.266:               00 00 00 05                                             ....

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to