From 97428da8d339d3d0c4d00aa328d76a32c7858412 Mon Sep 17 00:00:00 2001 From: fujuntang <fujuntang@smartai.com> Date: 星期五, 17 九月 2021 19:44:24 +0800 Subject: [PATCH] Fix the memory leakage. --- api/bhsgo/bhome_node.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/bhsgo/bhome_node.go b/api/bhsgo/bhome_node.go index ebc9911..bbd195a 100644 --- a/api/bhsgo/bhome_node.go +++ b/api/bhsgo/bhome_node.go @@ -4,7 +4,7 @@ #include "../../src/bh_api.h" */ -// #cgo LDFLAGS: -L/usr/local/lib -lbhome_shmq -lstdc++ -lpthread -lrt +// #cgo LDFLAGS: -L/usr/local/lib -lshm_queue -lstdc++ -lpthread -lrt import "C" import ( -- Gitblit v1.8.0