You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2016/03/13 10:55:33 UTC

[jira] [Created] (PARQUET-561) ParquetFileReader::Contents PIMPL missing a virtual destructor

Uwe L. Korn created PARQUET-561:
-----------------------------------

             Summary: 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


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)