Call recovery_point_data_mgr_.destroy() in ObPGStorage (#323)

This commit is contained in:
Jackie Tien 2022-02-09 17:38:10 +08:00 committed by GitHub
parent 6b502f35f4
commit e8484f5bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,6 +194,7 @@ void ObPGStorage::clear()
free_meta_(meta_);
}
bucket_lock_.destroy();
recovery_point_data_mgr_.destroy();
}
#define PG_PARTITION_GUARD(g, k) \