fix memory leak when easy deserializing rpc results

This commit is contained in:
liucc1997
2023-06-07 06:12:38 +00:00
committed by ob-robot
parent f223de689f
commit 3a1911a16a

View File

@ -126,7 +126,7 @@ int async_cb(easy_request_t *r)
if (cb_cloned) {
LOG_DEBUG("reset rcode", K(cb_cloned));
cb->reset_rcode();
cb->~AsyncCB();
}
}
} else {