add bhsgo.Cleanup
hbusc.go @@ -187,6 +187,7 @@ func (h *BHBus) Free() { h.printLog("call BHBus free") h.wg.Wait() bhsgo.Cleanup() h.printLog("h.wg.Wait done") }