coio: fix cord leak on stop
cord_ptr variable is calloc()-ated in coio_on_start() and is not free()-ed, which triggers ASAN. free() it in coio_on_stop(). Closes #5308
Loading
Please register or sign in to comment
cord_ptr variable is calloc()-ated in coio_on_start() and is not free()-ed, which triggers ASAN. free() it in coio_on_stop(). Closes #5308