liuxiaolong
2021-09-30 a2236fffa265342454430000a7ff0d710807ebb9
api/bhsgo/bhome_node.go
@@ -209,7 +209,7 @@
func SendReply(src unsafe.Pointer, rep *bh.MsgRequestTopicReply) bool {
   data, _ := rep.Marshal()
   defer C.free(src)
   defer C.BHFree(src, 0)
   return C.BHSendReply(src, getPtr(&data), C.int(len(data))) > 0
}