api/bhsgo/bhome_node.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
api/bhsgo/bhome_node.go
@@ -209,7 +209,7 @@ func SendReply(src unsafe.Pointer, rep *bh.MsgRequestTopicReply) bool { data, _ := rep.Marshal() defer C.BHFree(src) defer C.free(src) return C.BHSendReply(src, getPtr(&data), C.int(len(data))) > 0 }