fix a memory leak on an error path before exit

master
szaka 2007-01-17 20:55:30 +00:00
parent 85defe7e33
commit d12649781e
1 changed files with 1 additions and 0 deletions

View File

@ -2103,6 +2103,7 @@ int main(int argc, char *argv[])
if (stat(opts.device, &sbuf)) {
ntfs_log_perror("Failed to access '%s'", opts.device);
free(parsed_options);
ntfs_fuse_destroy();
return 7;
}