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 }