fix up some coverity issues

This commit is contained in:
Joe Thornber
2013-08-15 16:26:17 +01:00
parent 77286e0bc7
commit 500e508c6d
9 changed files with 43 additions and 11 deletions

View File

@@ -32,6 +32,7 @@ namespace {
restorer(metadata::ptr md)
: md_(md),
in_superblock_(false),
nr_data_blocks_(),
empty_mapping_(new_mapping_tree()) {
}