roee88 commented on issue #596:
URL: https://github.com/apache/arrow-rs/issues/596#issuecomment-893456676


   I think that the current implementation also leaks memory. For example in 
https://github.com/apache/arrow-rs/blob/6bf1988852f87da21a163203eec4c83a7b692901/arrow-pyarrow-integration-testing/src/lib.rs#L192-L202
 array.to_raw internally calls Arc::into_raw on the structures but nothing ever 
calls Arc::from_raw to release them. Is that correct? 
   cc @kszucs


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to