Detected memory leaks

前端 未结 5 1730
天涯浪人
天涯浪人 2021-01-30 18:32

In my wxWidgets application, while running in debug mode i got this message in Output of Visual Studio 2010. The application ran fine, and i only saw this after closing it.

5条回答
  •  庸人自扰
    2021-01-30 19:27

    If the location of the leak reported by vs is same every time you could set a databreakpoint to see when this memory is being changed and hopefully figure out who is allocating this memory

提交回复
热议问题