[
https://issues.apache.org/jira/browse/ORC-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Owen O'Malley updated ORC-384:
------------------------------
Fix Version/s: 1.5.3
> 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
> Assignee: Martin Rupp
> Priority: Minor
> Labels: memleak
> Fix For: 1.6.0, 1.5.3
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> 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)