mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Finish section writer before deleting it, needed for compressed sections
This commit is contained in:
@@ -655,6 +655,8 @@ void CaptureFile::WriteSection(const SectionProperties &props, const bytebuf &co
|
||||
|
||||
writer->Write(contents.data(), contents.size());
|
||||
|
||||
writer->Finish();
|
||||
|
||||
delete writer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user