fix invalid packet

This commit is contained in:
yihaoDeng 2022-10-17 22:17:47 +08:00
parent 80a8858fe1
commit 78df93e0ca
1 changed files with 1 additions and 0 deletions

View File

@ -587,6 +587,7 @@ int tfileWriterPut(TFileWriter* tw, void* data, bool order) {
taosMemoryFree(buf); taosMemoryFree(buf);
return -1; return -1;
} }
buf = t;
} }
char* p = buf; char* p = buf;