Herman Badenhorst wrote:
> 
> Hi group, if i've got the function below...how can i free the memory used by
> these variables?
> Thanks

All variables are on the stack and will be freed after leaving the
routine. As you are placing a pointer to one of these variables into
the event queue, the event will not available for the next run of the
event loop and almost surely crash the pilot pretty soon.

With kind regards / Mit freundlichem Gruß
    Holger Klawitter
--
Holger Klawitter
[EMAIL PROTECTED]                             http://www.klawitter.de


-- 
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