提交 ef859f7f 编写于 作者: S Shengliang Guan

fix: definite lost

上级 ce79f915
......@@ -406,7 +406,7 @@ static int32_t vmStartVnodes(SVnodeMgmt *pMgmt) {
taosThreadJoin(pThread->thread, NULL);
taosThreadClear(&pThread->thread);
}
taosMemoryFree(pThread->pCfgs);
taosMemoryFree(pThread->ppVnodes);
}
taosMemoryFree(threads);
......
......@@ -12,7 +12,7 @@ $tb = $tbPrefix . $i
print =============== step1
sql drop database -x step1
step1:
sql create database $db
sql create database $db vgroups 2
sql use $db
sql create table $tb (ts timestamp, speed int)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册