fix: more code

This commit is contained in:
Hongze Cheng 2023-01-30 15:51:54 +08:00
parent d6dbc0006d
commit c04810e8d5
1 changed files with 1 additions and 0 deletions

View File

@ -1134,6 +1134,7 @@ void tBlockDataReset(SBlockData *pBlockData) {
pBlockData->suid = 0;
pBlockData->uid = 0;
pBlockData->nRow = 0;
pBlockData->nColData = 0;
}
void tBlockDataClear(SBlockData *pBlockData) {