fix(stream): fix memory leak.
This commit is contained in:
parent
a3eea6fe1c
commit
05a27eb7b0
|
@ -542,5 +542,6 @@ void vmStopWorker(SVnodeMgmt *pMgmt) {
|
||||||
tQueryAutoQWorkerCleanup(&pMgmt->queryPool);
|
tQueryAutoQWorkerCleanup(&pMgmt->queryPool);
|
||||||
tAutoQWorkerCleanup(&pMgmt->streamPool);
|
tAutoQWorkerCleanup(&pMgmt->streamPool);
|
||||||
tWWorkerCleanup(&pMgmt->fetchPool);
|
tWWorkerCleanup(&pMgmt->fetchPool);
|
||||||
|
tWWorkerCleanup(&pMgmt->streamCtrlPool);
|
||||||
dDebug("vnode workers are closed");
|
dDebug("vnode workers are closed");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue