Skip to content

Commit da9d21c

Browse files
committed
wip
1 parent bf358ca commit da9d21c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/fasterxml/jackson/core/util/BufferRecycler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ BufferRecycler withPool(ObjectPool<BufferRecycler> pool) {
201201
public void close() {
202202
if (_pool != null) {
203203
_pool.release(this);
204+
_pool = null;
204205
}
205206
}
206207
}

0 commit comments

Comments
 (0)