csx 4 年 前
コミット
0b1b8fea84
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      controllers/his_api_controller.go

+ 2 - 0
controllers/his_api_controller.go ファイルの表示

@@ -360,6 +360,8 @@ func GetBasBaseInfo() (jsonStr string, err error) {
360 360
 	fmt.Println(r)
361 361
 	fmt.Println(str)
362 362
 
363
+	syscall.FreeLibrary(h)
364
+
363 365
 	return "", nil
364 366
 }
365 367