Re: GC and sensible data read by File

2020-10-24 Thread Imperatorn via Digitalmars-d-learn
On Sunday, 4 October 2020 at 12:10:39 UTC, frame wrote: Hello, I'm new to D and try to find out a memory leak in my program. I inspected the private bytes with VmMap on Windows to see which data is still kept. [...] The GC doesn't zero it out, so that's expected.

GC and sensible data read by File

2020-10-04 Thread frame via Digitalmars-d-learn
Hello, I'm new to D and try to find out a memory leak in my program. I inspected the private bytes with VmMap on Windows to see which data is still kept. Besides the actual memory leak I was surprised to find out there are contents of my previoulsy read configuration INI file. So my questi