[
https://issues.apache.org/jira/browse/PARQUET-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved PARQUET-561.
----------------------------------
Resolution: Fixed
Fix Version/s: cpp-0.1
Issue resolved by pull request 77
[https://github.com/apache/parquet-cpp/pull/77]
> ParquetFileReader::Contents PIMPL missing a virtual destructor
> --------------------------------------------------------------
>
> Key: PARQUET-561
> URL: https://issues.apache.org/jira/browse/PARQUET-561
> Project: Parquet
> Issue Type: Bug
> Components: parquet-cpp
> Reporter: Uwe L. Korn
> Assignee: Uwe L. Korn
> Fix For: cpp-0.1
>
>
> As ParquetFileReader::Contents does not have a virtual destructor, the
> destructors of the child classes, i.e. SerializedFile are not called and thus
> all member of it leak memory.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)