diff options
author | 2023-09-07 18:04:23 -0400 | |
---|---|---|
committer | 2023-09-07 18:04:23 -0400 | |
commit | 7ff05309255b9d8c0554531844c8b02155672367 (patch) | |
tree | 76a0f29cbceb0b95b2dcef2bf48f8ed4aefcf182 | |
parent | 2c88a1138a056e086aff614874996276260b8327 (diff) | |
download | bun-7ff05309255b9d8c0554531844c8b02155672367.tar.gz bun-7ff05309255b9d8c0554531844c8b02155672367.tar.zst bun-7ff05309255b9d8c0554531844c8b02155672367.zip |
format
-rw-r--r-- | src/http_client_async.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http_client_async.zig b/src/http_client_async.zig index 01419cafd..8f1ac254a 100644 --- a/src/http_client_async.zig +++ b/src/http_client_async.zig @@ -1324,7 +1324,6 @@ pub const InternalState = struct { reader.deinit(); } - if (this.cloned_metadata != null) { this.cloned_metadata.?.deinit(allocator); this.cloned_metadata = null; |