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've worked for years as an embedded SW developer, in which memory leaks (even minimal amounts of memory) were often really critical. In these environments usually it was possible to evaluate the amount of used heap, and this made possible at least a rudimentary/rough memory-leak debugging just by printing the [...] read more