• R/O
  • SSH
  • HTTPS

ttssh2: 提交


Commit MetaInfo

修订版8429 (tree)
时间2019-12-02 19:55:35
作者doda

Log Message

メモリリークを修正

更改概述

差异

--- trunk/teraterm/teraterm/winjump.c (revision 8428)
+++ trunk/teraterm/teraterm/winjump.c (revision 8429)
@@ -513,6 +513,8 @@
513513 OutputDebugPrintf("Release shell link failed. (%ld)\n", result);
514514 }
515515
516+ free(app_path);
517+
516518 return ret;
517519 }
518520
Show on old repository browser