lidavidm commented on PR #823: URL: https://github.com/apache/arrow-adbc/pull/823#issuecomment-1599099938
I'm not sure this is worth doing; isn't it already a use-after-free? The fact that the memory happens to still be around is just a detail. Possibly the statement should track whether a stream is still open and prevent release instead (converting a use-after-free into a possible leak) -- 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]
