You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/03 00:03:00 UTC

[jira] [Commented] (ARROW-2375) [Rust] Buffer should release memory when dropped

    [ https://issues.apache.org/jira/browse/ARROW-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423304#comment-16423304 ] 

ASF GitHub Bot commented on ARROW-2375:
---------------------------------------

maxim-lian opened a new pull request #1825: ARROW-2375: [Rust] Rustfmt
URL: https://github.com/apache/arrow/pull/1825
 
 
   As discussed in https://github.com/apache/arrow/pull/1818
   
   Probably worth merging fairly soon to minimize conflicts. I'll iterate quickly on any feedback.

----------------------------------------------------------------
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:
users@infra.apache.org


> [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
>
> 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)