From: Robin Dunn Date: Wed, 19 Dec 2001 23:51:46 +0000 (+0000) Subject: Forgot to recomment this out X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/44f685055e6e0e591ce4211b4d8b30ad949e1497 Forgot to recomment this out git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/helpers.cpp b/wxPython/src/helpers.cpp index b7c8510f85..c817051fb8 100644 --- a/wxPython/src/helpers.cpp +++ b/wxPython/src/helpers.cpp @@ -123,7 +123,7 @@ void __wxPreStart() { #ifdef __WXMSW__ - wxCrtSetDbgFlag(_CRTDBG_LEAK_CHECK_DF); +// wxCrtSetDbgFlag(_CRTDBG_LEAK_CHECK_DF); #endif #ifdef WXP_WITH_THREAD