1
0
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:
Zdenek Kabelac 2012-01-25 22:36:33 +00:00
parent 4e9ef2eea3
commit 28de76ed58

View File

@ -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);