enso-org / dataframes

A library for working with tabular data in Luna.
https://luna-lang.org
MIT License
6 stars 5 forks source link

Fix a memory leak when converting data to numpy array. Ref #47 #87

Closed mwu-tow closed 6 years ago

mwu-tow commented 6 years ago

When reviewing the Python bindings I noticed a possible memory leak on Arrow->Numpy conversion. Now I confirmed it and fixed it.