forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SnappyFrameDecoderTest ByteBuf leak (netty#9854)
Motivation: SnappyFrameDecoderTest has a few tests which fail to close the EmbeddedChannel and therefore may leak ByteBuf objects. Modifications: - Make sure EmbeddedChannel#finishAndReleaseAll() is called in all tests Result: No more leaks from SnappyFrameDecoderTest.
- Loading branch information
1 parent
d6638d5
commit 15b6ed9
Showing
1 changed file
with
39 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters