Skip to content

Commit

Permalink
[normanmaurer#10] Fix IllegalReferenceException
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Jan 5, 2015
1 parent ca6c13a commit 6f0af7b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ public void testEncoded() {
Assert.assertEquals(i, channel.readOutbound());
}
Assert.assertNull(channel.readOutbound());
buf.release();
}
}

0 comments on commit 6f0af7b

Please sign in to comment.