From 13c503b73b4ecc8ce4a6e344f9ac15202985d686 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期二, 20 七月 2021 19:48:58 +0800 Subject: [PATCH] fix memory leak --- src/bh_api.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/bh_api.h b/src/bh_api.h index 3b77da5..8178e55 100644 --- a/src/bh_api.h +++ b/src/bh_api.h @@ -57,6 +57,11 @@ void **reply, int *reply_len, const int timeout_ms); +int BHSubscribeNetTopics(const void *topics, + const int topics_len, + void **reply, + int *reply_len, + const int timeout_ms); typedef void (*FSubDataCallback)(const void *proc_id, int proc_id_len, -- Gitblit v1.8.0