minor changes

This commit is contained in:
Shengliang Guan 2022-03-20 00:55:17 +08:00
parent 22d15fac31
commit 410982c8fe
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ int32_t bmDrop(SMgmtWrapper *pWrapper) {
}
bmCloseImp(pMgmt);
bndDestroy(pMgmt->path);
taosRemoveDir(pMgmt->path);
pWrapper->pMgmt = NULL;
free(pMgmt);
dInfo("bnode-mgmt is dropped");