diff options
| author | wangmenglan <[email protected]> | 2023-06-05 13:57:16 +0800 |
|---|---|---|
| committer | wangmenglan <[email protected]> | 2023-06-05 17:20:19 +0800 |
| commit | 409dfb7e4b785d8f93d28d00dfbecc4f07d63ac1 (patch) | |
| tree | 9e0c237bd9074edd88fb1b21eb42c967c81d0ea9 /platform | |
| parent | 4d262813384164aa139871be504fdf68ed8dcc3b (diff) | |
🐞 fix: 调整TFE conf 文件, 使用四元组分流; 调整metric接口调用位置
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/src/tcp_stream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/src/tcp_stream.cpp b/platform/src/tcp_stream.cpp index 207efc8..f44970c 100644 --- a/platform/src/tcp_stream.cpp +++ b/platform/src/tcp_stream.cpp @@ -1465,7 +1465,7 @@ void tfe_stream_destory(struct tfe_stream_private * stream) if (stream->cmsg) { tfe_cmsg_set_flag(stream->cmsg, TFE_CMSG_FLAG_USER0); - tfe_cmsg_destroy(stream->cmsg); + tfe_cmsg_destroy(&stream->cmsg); } FREE(&(stream->plugin_ctxs)); |
