Adjust some structs

This commit is contained in:
simon987
2023-02-27 20:44:25 -05:00
parent 9c40dddd41
commit 8c662bb8f8
4 changed files with 3 additions and 10 deletions

View File

@@ -248,7 +248,6 @@ void write_document_func(void *arg) {
zstd_write_string(json_str, json_str_len + 1);
free(json_str);
free(doc->filepath);
}
void zstd_close() {