[Ttssh2-commit] [8164] auto_destroyを削除した

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 9月 16日 (月) 00:33:24 JST


Revision: 8164
          https://osdn.net/projects/ttssh2/scm/svn/commits/8164
Author:   yasuhide
Date:     2019-09-16 00:33:23 +0900 (Mon, 16 Sep 2019)
Log Message:
-----------
auto_destroyを削除した

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 14:45:31 UTC (rev 8163)
+++ branches/tootip_classify/teraterm/common/tipwin.cpp	2019-09-15 15:33:23 UTC (rev 8164)
@@ -83,7 +83,6 @@
 	RECT rect;
 	int px;
 	int py;
-	BOOL auto_destroy;
 } TipWin;
 
 VOID CTipWin::CalcStrRect(VOID)
@@ -183,7 +182,7 @@
 			break;
 
 		case WM_NCDESTROY:
-			if (self->IsExists() && self->tWin->auto_destroy) {
+			if (self->IsExists()) {
 				free((void *)self->tWin->str);
 				free(self->tWin);
 				/*
@@ -279,7 +278,6 @@
 	 */
 
 	tWin->hParentWnd = src;
-	tWin->auto_destroy = TRUE;
 
 	pts.x = cx;
 	pts.y = cy;


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