paleolimbot commented on PR #62: URL: https://github.com/apache/arrow-nanoarrow/pull/62#issuecomment-1292015695
Actually, I'm remembering that the R wrappers don't necessarily own the memory for the `struct ArrowWhatever`...for example when calling `schema$children[[1]]`, where the pointer is kept alive by `parent`. Perhaps `parent` could be one of those `PyCapsule` things for an object that really does need its `release` callback called? -- 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]
