You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "zeroshade (via GitHub)" <gi...@apache.org> on 2023/06/13 16:11:43 UTC

[GitHub] [arrow] zeroshade commented on issue #36050: C producer examples leak memory?

zeroshade commented on issue #36050:
URL: https://github.com/apache/arrow/issues/36050#issuecomment-1589620651

   The docs specify the lifetime and memory management semantics here: https://arrow.apache.org/docs/format/CDataInterface.html#memory-management
   
   That said, it looks like you're right. There should be a `free(child);` after `child->release(child);` Would you be willing to contribute a PR to fix it? :smile:
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org