Skip to content

Commit

Permalink
[POOL-419] Fix for POOL-419. Before adding the returned object to the…
Browse files Browse the repository at this point in the history
… pool, we must check whether it is already deallocated.
  • Loading branch information
Raju Kumar Gupta committed Feb 3, 2025
1 parent 06a0df6 commit e033524
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3163,7 +3163,6 @@ public Object create() {

@Override
public PooledObject<Object> wrap(final Object obj) {
// fake
return new DefaultPooledObject<>(obj);
}
};
Expand Down

0 comments on commit e033524

Please sign in to comment.