]> sourceware.org Git - lvm2.git/commitdiff
call archive_exit() & backup_exit() on exit
authorAlasdair Kergon <agk@redhat.com>
Tue, 8 Jan 2002 18:14:04 +0000 (18:14 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 8 Jan 2002 18:14:04 +0000 (18:14 +0000)
tools/lvm.c

index e60c394c289e61eba9a2f46217984ce496e2f66c..e42cd9e08a81c5242483a600f1a2425040310e13 100644 (file)
@@ -966,6 +966,8 @@ static void fin(void)
        dev_cache_exit();
        destroy_config_file(cmd->cf);
        dbg_free(cmd);
+       archive_exit();
+       backup_exit();
        __fin_commands();
        dump_memory();
        fin_log();
This page took 0.030502 seconds and 5 git commands to generate.