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

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

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

Andy Grove updated ARROW-2375:
------------------------------
    Description: 
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

  was:The initial PR failed to implement Drop for Buffer<T> meaning that memory is never deallocated.


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