You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Martin Rupp (JIRA)" <ji...@apache.org> on 2018/06/27 11:05:00 UTC

[jira] [Created] (ORC-384) C++ Reader leaks memory when reading a non-ORC file

Martin Rupp created ORC-384:
-------------------------------

             Summary: C++ Reader leaks memory when reading a non-ORC file
                 Key: ORC-384
                 URL: https://issues.apache.org/jira/browse/ORC-384
             Project: ORC
          Issue Type: Bug
          Components: C++
    Affects Versions: 1.5.1
            Reporter: Martin Rupp


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>>.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)