Re: Freeing Variables

2003-08-14 Thread James
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

Freeing Variables

2003-08-07 Thread Régis Daniel de Oliveira
Hy all! Is there anyway to free a static variable, like Char Teste[50], and, with this, avoid memory leaks? Thanks! Régis Daniel de Oliveira -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/