Revision: 8169 https://osdn.net/projects/ttssh2/scm/svn/commits/8169 Author: yasuhide Date: 2019-09-16 04:45:18 +0900 (Mon, 16 Sep 2019) Log Message: ----------- デバッグ用ヘッダを追加した - メモリ解放漏れの識別に_CRTDBG_MAP_ALLOCをdefineした Modified Paths: -------------- branches/tootip_classify/teraterm/common/tipwin.cpp -------------- next part -------------- Modified: branches/tootip_classify/teraterm/common/tipwin.cpp =================================================================== --- branches/tootip_classify/teraterm/common/tipwin.cpp 2019-09-15 19:45:17 UTC (rev 8168) +++ branches/tootip_classify/teraterm/common/tipwin.cpp 2019-09-15 19:45:18 UTC (rev 8169) @@ -59,6 +59,8 @@ #include <stdio.h> #include <tchar.h> #include <assert.h> +#define _CRTDBG_MAP_ALLOC +#include <crtdbg.h> #include "ttlib.h" // for GetMessageboxFont()