make sure we take the metadata bitmaps into account for the reference counting
This commit is contained in:
@@ -375,6 +375,7 @@ metadata::check()
|
||||
throw runtime_error(out.str());
|
||||
}
|
||||
|
||||
metadata_sm_->check(metadata_counter);
|
||||
data_sm_->check(metadata_counter);
|
||||
errors->add_child(check_ref_counts("Errors in metadata block reference counts",
|
||||
metadata_counter, metadata_sm_));
|
||||
|
Reference in New Issue
Block a user