[Ttssh2-commit] [3649] レジストリキーのクローズ忘れを修正した。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 10月 18日 (日) 23:58:58 JST


Revision: 3649
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3649
Author:   yutakapon
Date:     2009-10-18 23:58:58 +0900 (Sun, 18 Oct 2009)

Log Message:
-----------
レジストリキーのクローズ忘れを修正した。

Modified Paths:
--------------
    trunk/teraterm/teraterm/vtwin.cpp


-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtwin.cpp
===================================================================
--- trunk/teraterm/teraterm/vtwin.cpp	2009-10-18 13:38:52 UTC (rev 3648)
+++ trunk/teraterm/teraterm/vtwin.cpp	2009-10-18 14:58:58 UTC (rev 3649)
@@ -975,6 +975,7 @@
 				free(path);
 			}
 		}
+		RegCloseKey(key);
 	}
 
 	if (inregist == 0) {



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