Skip to content

Commit 25f62c8

Browse files
committed
Merge branch '6.1.x'
2 parents 4778074 + 722dcae commit 25f62c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-web/src/main/java/org/springframework/http/codec/multipart/MultipartParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ else if (len < 0) {
559559
}
560560
else /* if (len == 0) */ {
561561
// buffer starts with complete delimiter, flush out the previous buffers
562+
DataBufferUtils.release(boundaryBuffer);
562563
flush();
563564
}
564565

0 commit comments

Comments
 (0)