minor changes
This commit is contained in:
parent
22d15fac31
commit
410982c8fe
|
@ -72,7 +72,7 @@ int32_t bmDrop(SMgmtWrapper *pWrapper) {
|
||||||
}
|
}
|
||||||
|
|
||||||
bmCloseImp(pMgmt);
|
bmCloseImp(pMgmt);
|
||||||
bndDestroy(pMgmt->path);
|
taosRemoveDir(pMgmt->path);
|
||||||
pWrapper->pMgmt = NULL;
|
pWrapper->pMgmt = NULL;
|
||||||
free(pMgmt);
|
free(pMgmt);
|
||||||
dInfo("bnode-mgmt is dropped");
|
dInfo("bnode-mgmt is dropped");
|
||||||
|
|
Loading…
Reference in New Issue