автор:
DasBlub
m CMakeLists.txt
- dep/include/vld/vld.h
- dep/lib/win32_debug/vld.dll
- dep/lib/win32_debug/vld.lib
m src/mangosd/Main.cpp
m src/shared/Common.h
- src/shared/MemoryLeaks.cpp
- src/shared/MemoryLeaks.h
m src/shared/revision_nr.h
m win/VC100/shared.vcxproj
m win/VC100/shared.vcxproj.filters
m win/VC80/shared.vcproj
m win/VC90/shared.vcproj
[11283] Drop the no longer used Visual Leak Detector (VLD)
For leak detection you can also use tools like Valgrind.
If you really want to use VLD you can revert this commit and remove the comments in MemoryLeaks.cpp and MemoryLeaks.h.
The VLD version which has been shipped with MaNGOS is *heavily* outdated and I thus suggest you to use a newer version of it, if you really plan to use it. You can find the newest version on github in its official repository: https://github.com/dmoulding/vld
Дальше...