You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/02/21 21:59:44 UTC

[jira] [Resolved] (PARQUET-888) C++ Memory leak in RowGroupSerializer

     [ https://issues.apache.org/jira/browse/PARQUET-888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved PARQUET-888.
----------------------------------
       Resolution: Fixed
    Fix Version/s: cpp-1.0.0

Issue resolved by pull request 256
[https://github.com/apache/parquet-cpp/pull/256]

> C++ Memory leak in RowGroupSerializer
> -------------------------------------
>
>                 Key: PARQUET-888
>                 URL: https://issues.apache.org/jira/browse/PARQUET-888
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: Thomas Sanchez
>            Assignee: Thomas Sanchez
>             Fix For: cpp-1.0.0
>
>
> The class `::parquet::RowGroupSerializer` (writer-internal.h) inherits from `::parquet::RowGroupWriter::Content` however, the `Content` class does not have a virtual dtor leading to a leak when the `::parquet::RowGroupWriter` is closed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)