From: Herman Badenhorst <[EMAIL PROTECTED]>

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

The memory used by what variables? I see variables that are local to the
function, meaning that they are allocated on the stack when the function is
called and thus go away when it returns. I also see a static variable that
is of course permanently "allocated". I don't think you have any problems
here!

  Doug Gordon


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