dtinfo: Resolve coverity warnings related to uninitialised members of classes
This commit is contained in:
@@ -63,7 +63,7 @@ void c_index::init_persistent_info(persistent_info* x)
|
||||
set_mode(SWAP_ALLOWED, false);
|
||||
}
|
||||
|
||||
c_index::c_index(c_code_t c_cd) : composite(c_cd)
|
||||
c_index::c_index(c_code_t c_cd) : composite(c_cd), v_inv_lists_hd(NULL)
|
||||
{
|
||||
v_cmp_selector = 0;
|
||||
}
|
||||
|
||||
@@ -62,6 +62,7 @@ mphf_index::mphf_index() : c_index(MPHF_INDEX_CODE), f_key_file_name(0)
|
||||
|
||||
v_mphf = 0;
|
||||
v_inv_lists_hd = 0;
|
||||
v_key_loc_pair_out = NULL;
|
||||
}
|
||||
|
||||
void mphf_index::init_data_member(fast_mphf_handler* mp,
|
||||
|
||||
Reference in New Issue
Block a user