```
#define VLD_FORCE_ENABLE
#include <vld.h>
int main()
{
return 0;
}
```
build the above code with __/MT__ option(__static release CRT__). press F5 and get a lot of leaks
#define VLD_FORCE_ENABLE
#include <vld.h>
int main()
{
return 0;
}
```
build the above code with __/MT__ option(__static release CRT__). press F5 and get a lot of leaks