Skip to main content

In addition to Nic's solution, it is a good idea to add a profiler/Heap checker to your debug build, like google profilerGoogle profiler or VLDVisual Leak Detector, to detected ASAP memory problems.

In addition to Nic's solution, it is a good idea to add a profiler/Heap checker to your debug build, like google profiler or VLD, to detected ASAP memory problems.

In addition to Nic's solution, it is a good idea to add a profiler/Heap checker to your debug build, like Google profiler or Visual Leak Detector, to detected ASAP memory problems.

Source Link
Killrazor
  • 395
  • 2
  • 9

In addition to Nic's solution, it is a good idea to add a profiler/Heap checker to your debug build, like google profiler or VLD, to detected ASAP memory problems.