Now just for the memory leaks

This commit is contained in:
Caleb Gardner
2025-05-17 16:16:54 -05:00
parent 9f345e5fdb
commit 1b0a0221c4
3 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -61,5 +61,5 @@ test "reader" {
var fil = try rdr.root.open(&rdr, test_file_path);
defer fil.deinit(rdr.alloc);
std.debug.print("{}\n", .{fil});
std.debug.print("{s}\n", .{fil.name});
}