orpiske commented on issue #2530: Native library fixes URL: https://github.com/apache/activemq-artemis/pull/2530#issuecomment-458929152 Also, when testing the change on the events structure, I think it unveils another issue. Since libaioContext is allocated on the stack and initialized by io_queue_init, calling free on it does not seem to be the correct way to perform the cleanup. I believe we should be calling io_queue_release instead.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
