]> git.saurik.com Git - wxWidgets.git/commitdiff
added call to _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG) | _CRTDBG_LEAK_CHECK_DF) for
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Aug 1998 22:07:03 +0000 (22:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Aug 1998 22:07:03 +0000 (22:07 +0000)
VC++: it gives at the end of the program report about memory leaks if any
similar to the one produced by the wxwin memory diagnostic classes (but it
works without problems with VC++ and costs nothing to add)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775


No differences found