fix: definite lost

This commit is contained in:
Shengliang Guan 2022-09-22 20:49:33 +08:00
parent ce79f915e4
commit ef859f7fe1
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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)