fix piece_msg memleak when hit error during gathring online stats

This commit is contained in:
Larry955
2023-07-21 09:54:57 +00:00
committed by ob-robot
parent b3e8f8f67b
commit 227bef6aed

View File

@ -106,6 +106,7 @@ void ObOptimizerStatsGatheringOp::reset()
table_stats_map_.destroy();
osg_col_stats_map_.destroy();
part_map_.destroy();
piece_msg_.reset();
arena_.reset();
}