diff --git a/tune/main.c b/tune/main.c index 9dcb5595..0fbf37dd 100644 --- a/tune/main.c +++ b/tune/main.c @@ -535,6 +535,7 @@ out: } close_ctree(root); btrfs_close_all_devices(); + close(fd); free_out: return ret;