1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-22 06:50:52 +03:00

call archive_exit() & backup_exit() on exit

This commit is contained in:
Alasdair Kergon 2002-01-08 18:14:04 +00:00
parent 995fbc7330
commit 561b0c4381

View 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();