[Ttssh2-commit] [8169] デバッグ用ヘッダを追加した

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 9月 16日 (月) 04:45:18 JST


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()
 


Ttssh2-commit メーリングリストの案内
Back to archive index