Fix sort impl mem leak

This commit is contained in:
qianchanger
2022-11-18 08:07:57 +00:00
committed by wangzelin.wzl
parent 35313f0152
commit d0cb764457
7 changed files with 176 additions and 172 deletions

View File

@ -595,7 +595,6 @@ int ObDynamicSamplePieceMsgCtx::on_message(
LOG_WARN("failed to wait response", K(ret));
}
}
IGNORE_RETURN destroy();
}
return ret;
}