When you look for memory leaks using some kind of "tool" like, for example, WinDbg, GlowCode or even the integrated Visual C++ leak reporter, what types of false positives can be reported?
In fact, GlowCode warns you against false positives. Depending on the type of scan that you run, more false positives can appear.
With this question I'm trying to figure out things like how GlowCode scanner compares to WinDbg's !heap -l
...
I'll appreciate any hint you can provide!
UPDATE: If you could give some real example in C++ (or your preferred language) that would help a lot.