Pranav2612000 commented on PR #3844: URL: https://github.com/apache/arrow-adbc/pull/3844#issuecomment-3701272071
> Actually, I think we should just std::mem::forget the library (bypassing its Drop implementation) and not dlclose anything at all - it's just not safe. (Or remove the platform-specific cfg and do this for all platforms.) I've tested with `std:mem::forget` and it works too. I'm don't have a strong preference to any approach. Do you think we should use the drop approach? I'll modify the PR to do this. -- 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]
