Fixed an error in closing security

N2009_11_14_FIXES
jpandre 2007-10-15 14:58:22 +00:00
parent f7ae72ca0a
commit 2ce866d4cd
1 changed files with 2 additions and 1 deletions

View File

@ -1831,8 +1831,9 @@ static void ntfs_fuse_destroy(void)
/ ctx->seccache->head.s_reads,
10 * ctx->seccache->head.s_hops
/ ctx->seccache->head.s_reads % 10);
}
ntfs_close_secure(&security);
} }
}
if (ntfs_umount(ctx->vol, FALSE))
ntfs_log_perror("Failed to cleanly unmount volume %s",
opts.device);