[
https://issues.apache.org/jira/browse/ARROW-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423472#comment-16423472
]
ASF GitHub Bot commented on ARROW-2375:
---------------------------------------
xhochy commented on issue #1821: ARROW-2375: [Rust] Implement Drop for Buffer
so memory is released
URL: https://github.com/apache/arrow/pull/1821#issuecomment-378127726
Is there something like AdressSanatizer or Valgrind for rust so we can check
that such things are automatically covered? (maybe do the mentioned tools also
work for Rust?)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Rust] Buffer should release memory when dropped
> ------------------------------------------------
>
> Key: ARROW-2375
> URL: https://issues.apache.org/jira/browse/ARROW-2375
> Project: Apache Arrow
> Issue Type: Bug
> Components: Rust
> Reporter: Andy Grove
> Assignee: Andy Grove
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
>
> The initial PR failed to implement Drop for Buffer<T> meaning that memory is
> never deallocated.
> Here is a PR to resolve this: https://github.com/apache/arrow/pull/1821
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)