#9287 - remove unpaired release of Content.Chunk

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2023-02-08 16:51:39 +11:00
parent cb511bed8a
commit 1e92759578
1 changed files with 0 additions and 1 deletions

View File

@ -469,7 +469,6 @@ public class MultiPartFormData extends CompletableFuture<MultiPartFormData.Parts
}
partChunks.forEach(Content.Chunk::release);
chunk.release();
return;
}
}