javasaurus: (Default)
javasaurus ([personal profile] javasaurus) wrote2008-04-01 10:33 pm

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?

[identity profile] acroyear70.livejournal.com 2008-04-02 11:33 am (UTC)(link)
it's not as much a problem in Linux because people actually paid attention to it, having access to the memory usage and access to the code to fix any found problems.