Hi

I'm using a dynamically created list assigned to a popup trigger in a table.
I create the list, fill it with data and assign it to the list:

 TblSetItemStyle(table,i,3,popupTriggerTableItem);
 TblSetItemPtr(table,i,3,list);
 TblSetItemInt(table,i,3,0);

Do I have to free the list memory on form exit?

If I don't free the mem, I get a "memory leak" error.
If I free the list (just as it works with normal lists) and set all ptrs to freed mem 
to NULL, I get an "invalid chunk ptr" error.
Do I have to say the table, that I free the list mem myself, or how is it done?

by(e) & tnx
Stephan
-- 
PGP Fingerprint: 0090 E02F 39A8 F2AF 6A79 43D7 B847 C26D 108E E2F0
PGP PublicKey: http://www.unet.univie.ac.at/~a9526342/sveigl.asc

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

Reply via email to