Fix buffer leak in EmptyByteBufTest introduced by aa2f16f314

This commit is contained in:
Norman Maurer 2017-03-27 05:20:02 +02:00
parent 7467106630
commit 6036b3f6ea

View File

@ -38,6 +38,8 @@ public class EmptyByteBufTest {
fail();
} catch (IndexOutOfBoundsException ignored) {
// Ignore.
} finally {
nonEmpty.release();
}
}