mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-24 14:50:34 +03:00
Fix leak of hash table
Minor leak on command initialization.
This commit is contained in:
parent
4e9ef2eea3
commit
28de76ed58
@ -441,6 +441,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
/* Setting debug options on an existing clvmd */
|
||||
if (debug_opt && !check_local_clvmd())
|
||||
dm_hash_destroy(lvm_params.excl_uuid);
|
||||
return debug_clvmd(debug_arg, clusterwide_opt)==1?0:1;
|
||||
|
||||
clvmd_set_debug(debug_opt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user