提交 ff4b4c62 编写于 作者: A Alex Duan

feat(tsdb): build error tsem_destroy

上级 3a0fc274
......@@ -574,7 +574,7 @@ void vnodeDestroy(SVnodeObj *pVnode) {
}
pVnode->waitThreads = tdListFree(pVnode->waitThreads);
tsem_destroy(pVnode->semWait);
tsem_destroy(&pVnode->semWait);
tsem_destroy(&pVnode->sem);
pthread_mutex_destroy(&pVnode->statusMutex);
free(pVnode);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册