[
https://issues.apache.org/jira/browse/DRILL-5368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15953006#comment-15953006
]
ASF GitHub Bot commented on DRILL-5368:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/drill/pull/790
> Memory leak in C++ server metadata handler
> ------------------------------------------
>
> Key: DRILL-5368
> URL: https://issues.apache.org/jira/browse/DRILL-5368
> Project: Apache Drill
> Issue Type: Bug
> Components: Client - C++
> Affects Versions: 1.10.0
> Reporter: Laurent Goujon
> Assignee: Laurent Goujon
> Priority: Minor
> Labels: ready-to-commit
>
> When receiving server metadata response, a protobuf ServerMetaResp object is
> dynamically allocated but never freed.
> Since for this handler, there's no need to keep the instance attached to the
> handler (content is copied over by the MetaData class), a reference is enough
> and allocation can be done on the stack.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)