fix: assert coredump
This commit is contained in:
parent
c030fdc04f
commit
f6335a795b
|
@ -678,7 +678,7 @@ static int32_t tsdbSnapReadTimeSeriesData(STsdbSnapReader* pReader, uint8_t** pp
|
|||
|
||||
STsdb* pTsdb = pReader->pTsdb;
|
||||
|
||||
tBlockDataClear(&pReader->bData);
|
||||
tBlockDataReset(&pReader->bData);
|
||||
|
||||
for (;;) {
|
||||
// start a new file read if need
|
||||
|
|
Loading…
Reference in New Issue