UnPackTo disable merge by default (#7527)

* UnPackTo disable merge by default

* avoid double free in test

* remove merge parameter

* remove shrink to fit
This commit is contained in:
Derek Bailey
2022-09-13 22:00:01 -07:00
committed by GitHub
parent 4fca4dc60c
commit bc44fad352
16 changed files with 202 additions and 206 deletions

View File

@@ -30,6 +30,8 @@ void TypeAliasesTest();
void ParseAndGenerateTextTest(const std::string& tests_data_path, bool binary);
void UnPackTo(const uint8_t *flatbuf);
} // namespace tests
} // namespace flatbuffers