Quantcast
Viewing latest article 15
Browse Latest Browse All 704

Created Unassigned: GDI+ object leaks went undetected [10627]

VLD is awesome. Still I can't it to report leaks from GDI+ objects. For example, simply doing this:

```
Gdiplus::GraphicsPath* p = new GraphicsPath;
```

This won't cause any report, altough it's a major GDI+ object leak. As it seems, GDI+ uses an internal function GdipAlloc (overriding *new*) and HeapAlloc. Maybe it's own override of the new operator it's the problem.

Thanks and keep up the good work.



Viewing latest article 15
Browse Latest Browse All 704

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>