🐞 fix: 调整TFE conf 文件, 使用四元组分流; 调整metric接口调用位置
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user