提交 17526e55 编写于 作者: A Alex Duan

[TS-238]<feature>(tsdb): modify sem_destory to tsem_destory

上级 7fd8a120
......@@ -169,7 +169,7 @@ void* waitingResultThread(void* param) {
// success
}
sem_destroy(pWrite->rspRet.psem);
tsem_destroy(pWrite->rspRet.psem);
tfree(pWrite->rspRet.psem);
// wait ok
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册