summaryrefslogtreecommitdiffstats
path: root/tools/lvm.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2002-01-15 21:28:04 +0000
committerAlasdair Kergon <agk@redhat.com>2002-01-15 21:28:04 +0000
commit288adea256dba2ef2119481dc410e486ccd54f3a (patch)
tree75fdc3f05042380004b2a0b1c3747a770d3706d1 /tools/lvm.c
parentd33f2e9f5a47ba6c5783a5b81c12e2621cd6e29a (diff)
downloadlvm2-288adea256dba2ef2119481dc410e486ccd54f3a.tar.gz
lvm2-288adea256dba2ef2119481dc410e486ccd54f3a.tar.xz
lvm2-288adea256dba2ef2119481dc410e486ccd54f3a.zip
o missing labeller free
o updated vgcfgrestore args o change _check_for_open_devices only to check devices present in the hash table instead of using dev_iter which triggers a full scan even when only displaying command line help
Diffstat (limited to 'tools/lvm.c')
-rw-r--r--tools/lvm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lvm.c b/tools/lvm.c
index 8cebf2df..17a658c7 100644
--- a/tools/lvm.c
+++ b/tools/lvm.c
@@ -912,6 +912,7 @@ static void _exit_uuid_map(void)
uuid_map_destroy(the_um);
label_exit();
_lvm1_label->ops->destroy(_lvm1_label);
+ _lvm1_label = NULL;
}
static int _get_env_vars(void)