01.04.2022 16:16, Hanna Reitz wrote:
-static void coroutine_fn block_copy_async_co_entry(void *opaque) -{ - block_copy_common(opaque); + ret = call_state->ret; + + return ret;But here we still need to free call_state, right?
Right, will fix. -- Best regards, Vladimir