Skip to content

Commit

Permalink
Issue #5287 - close deflater on release if non-pooled entry
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Oct 14, 2020
1 parent 608a895 commit 7cac3d7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ public void release()
close();
}
}
else
{
close();
}
}

@Override
Expand Down

0 comments on commit 7cac3d7

Please sign in to comment.