In most C implementations, memory that is not explicitly freed by the program will be deallocated when the program terminates. Is this true for TI-GCC programs? Or will it cause persistent memory leaks (lasting after the program terminates) if I don't free my memory? -Kevin