csx hace 4 años
padre
commit
0b1b8fea84
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      controllers/his_api_controller.go

+ 2 - 0
controllers/his_api_controller.go Ver fichero

@@ -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