Merge pull request #9994 from taosdata/feature/tkv

fix coredump
This commit is contained in:
Hongze Cheng 2022-01-24 15:59:01 +08:00 committed by GitHub
commit 5baf850b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);