fixed test memory leak
All checks were successful
Verify build / verify_build (push) Successful in 1m7s

This commit is contained in:
k 2025-09-29 12:23:17 -04:00
parent d6fa809505
commit 008abd6444

View File

@ -160,6 +160,7 @@ test "uci go" {
const out = uci("go", game, alloc);
try std.testing.expect(out == .move);
alloc.free(out.move);
}
test "uci position" {