ARTEMIS-2260 Fix an incorrect cleanup of the AIO I/O context.

Since the context is initialized on the stack, calling free on it is
incorrect and can lead to memory corruption. This replaces the cleanup
routines w/ io_queue_release which is the appropriate way to cleanup the
context.
1 file changed
tree: 0ce7b3451abc4cc207b788e0524c5b8bbaf41b81
  1. bin/
  2. src/
  3. CMakeLists.txt
  4. compile-native.sh
  5. pom.xml
  6. README