fix coredump

This commit is contained in:
Hongze Cheng 2022-01-24 07:45:49 +00:00
parent 9662ce95c7
commit 578d6617f5
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);