Hi.
I'm getting this report from vld:
No memory leaks detected.
Visual Leak Detector is now exiting.
ERROR: Visual Leak Detector: Detected a memory leak internal to Visual Leak Detector!!
---------- Block 165 at 0x013D3970: 20 bytes ----------
Call Stack:
My project contains static lib and win32 app whitch uses this lib.
In Win32 app main function i call static function from lib. In this static function i make window and draw some stuff with directX-
Im using latest vld v2.4, Visual Studio 2012 and windows 8.
Does anybody know how to solve this?
I'm getting this report from vld:
No memory leaks detected.
Visual Leak Detector is now exiting.
ERROR: Visual Leak Detector: Detected a memory leak internal to Visual Leak Detector!!
---------- Block 165 at 0x013D3970: 20 bytes ----------
Call Stack:
c:\users\bojan\desktop\vld\vld.cpp (1643): Full call stack not available.
Data:6D 00 73 00 63 00 74 00 66 00 2E 00 64 00 6C 00 m.s.c.t. f...d.l.
6C 00 00 00 l....... ........
....My project contains static lib and win32 app whitch uses this lib.
In Win32 app main function i call static function from lib. In this static function i make window and draw some stuff with directX-
Im using latest vld v2.4, Visual Studio 2012 and windows 8.
Does anybody know how to solve this?