Search Results

2
votes

memory leaks during development

What operating system are you running? Most operating systems these days will clean up leaked memory for a process when the process exits. It is possible that the memory you are seeing in use is ac …