Skip to content

Commit c84f475

Browse files
iddev5ikskuh
authored andcommitted
Update to Zig master
1 parent 8715672 commit c84f475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s2s.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ fn recursiveFree(allocator: std.mem.Allocator, comptime T: type, value: *T) void
381381
}
382382
},
383383
.Array => |arr| {
384-
for (value.*) |*item| {
384+
for (value) |*item| {
385385
recursiveFree(allocator, arr.child, item);
386386
}
387387
},

0 commit comments

Comments
 (0)