mirror of
git://sourceware.org/git/lvm2.git
synced 2025-11-03 08:23:48 +03:00
cleanup: drop zeroing of zallocated data
This commit is contained in:
@@ -105,10 +105,8 @@ struct dm_config_tree *dm_config_create(void)
|
||||
dm_pool_destroy(mem);
|
||||
return 0;
|
||||
}
|
||||
cft->root = NULL;
|
||||
cft->cascade = NULL;
|
||||
cft->custom = NULL;
|
||||
cft->mem = mem;
|
||||
|
||||
return cft;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user