MORE PROGRESS

This commit is contained in:
Caleb Gardner
2025-07-14 01:40:04 -05:00
parent 69d90242ba
commit b0dced90bc
5 changed files with 109 additions and 13 deletions
+1
View File
@@ -94,5 +94,6 @@ pub fn deinit(self: Self, alloc: std.mem.Allocator) void {
.ext_file => |f| alloc.free(f.block_sizes),
.symlink => |s| alloc.free(s.target),
.ext_symlink => |s| alloc.free(s.target),
else => {},
}
}