Merge branch '3.0' of github.com:taosdata/TDengine into 3.0

This commit is contained in:
plum-lihui 2022-01-24 16:14:42 +08:00
commit 0a487e489c
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ static int32_t vnodeGetTableList(SVnode *pVnode, SRpcMsg *pMsg) {
STR_TO_VARSTR(p, n);
p += (TSDB_TABLE_NAME_LEN + VARSTR_HEADER_SIZE);
free(n);
// free(n);
}
pFetchRsp->numOfRows = htonl(numOfTables);