R�gis Daniel de Oliveira wrote:
>
> Is there anyway to free a static variable, like Char Teste[50], and, with
> this, avoid memory leaks?

Such memory is not allocated from the heap and won't cause memory leaks. 
Static variables equivalent to globals with a restricted scope; it doesn't make
sense to free them yourself.

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to