This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I'm following the directions on windbg.info to try and find the source corresponding to a memory allocation/leak in my program. I set up a test case with leaky code to try and demonstrate this. I can get part of the way there, but not able to see actual source. The [...] read more