| author | |
| committer | |
| log | 819c868bbf362ac869ff65a9632969f3bc1a749a |
| tree | 2f4c909ad40d0f13fc571b59ea8e04c615d03109 |
| parent | 889efddd1a2b12d3348f06900436b9ba8c823a01 |
Fixes #120651 files changed, 1 insertions(+), 1 deletions(-)
lib/std/net.zig+1-1| ... | ... | @@ -731,7 +731,7 @@ pub fn getAddressList(allocator: mem.Allocator, name: []const u8, port: u16) !*A |
| 731 | 731 | break :blk result; |
| 732 | 732 | }; |
| 733 | 733 | const arena = result.arena.allocator(); |
| 734 | errdefer result.arena.deinit(); | |
| 734 | errdefer result.deinit(); | |
| 735 | 735 | |
| 736 | 736 | if (builtin.target.os.tag == .windows or builtin.link_libc) { |
| 737 | 737 | const name_c = try std.cstr.addNullByte(allocator, name); |