Fix buffer leak in EmptyByteBufTest introduced by aa2f16f314
This commit is contained in:
parent
7467106630
commit
6036b3f6ea
@ -38,6 +38,8 @@ public class EmptyByteBufTest {
|
||||
fail();
|
||||
} catch (IndexOutOfBoundsException ignored) {
|
||||
// Ignore.
|
||||
} finally {
|
||||
nonEmpty.release();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user