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 Sep 25, 2020
1 parent 61908b5 commit 5861709
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 5861709

Please sign in to comment.