fix invalid packet
This commit is contained in:
parent
80a8858fe1
commit
78df93e0ca
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue