mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 04:19:10 -04:00
chore: don't warn about an unavoidable free()
This commit is contained in:
parent
bf9be86456
commit
7a478e5623
@ -1365,6 +1365,7 @@ int run_fuse(struct fuse_args& args,
|
||||
fuse_session_destroy(session);
|
||||
}
|
||||
|
||||
// NOLINTNEXTLINE
|
||||
::free(fuse_opts.mountpoint);
|
||||
#else
|
||||
err = fuse_main(args.argc, args.argv, &fsops, &userdata);
|
||||
|
Loading…
x
Reference in New Issue
Block a user