--- btrfsck.c +++ btrfsck.c @@ -2431,6 +2431,7 @@ break; } ret = check_extent_refs(root, &extent_cache); + free(bits); return ret; }