Description
When opening a non-ORC file, the readPostscript/ensureOrcFooter function throw an error, leaving behind a new'd DataBuffer<char>.
Solution is to replace with std::unique_ptr<DataBuffer<char>>.
Attachments
Issue Links
- links to
When opening a non-ORC file, the readPostscript/ensureOrcFooter function throw an error, leaving behind a new'd DataBuffer<char>.
Solution is to replace with std::unique_ptr<DataBuffer<char>>.