2008-04-01
Programming question: memory leaks
I'm under the impression that when a program suffers from memory leaks, the memory is freed up again once the program is closed. Is it possible for memory leaks to persist after closing the offending program?