Skip to content
Snippets Groups Projects
Commit 8477b6c0 authored by Kirill Yukhin's avatar Kirill Yukhin
Browse files

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
parent f7bcdf4c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment