提交 2f91d749 编写于 作者: 陶建辉(Jeff)'s avatar 陶建辉(Jeff)

new version

上级 29cef545
......@@ -282,6 +282,7 @@ static void taosCacheFreeNode(void *param) {
int count = atomic_sub_fetch_32(&pCacheObj->count, 1);
if (pCacheObj->deleting && count == 0) {
// clean pCacheObj
taosCloseRef(pCacheObj->rsetId);
free (pCacheObj);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册