Skip to content

Commit

Permalink
DirectBufferPool.tryCleanDirectByteBuffer always failed akka#21622
Browse files Browse the repository at this point in the history
  • Loading branch information
matsu-chara authored and johanandren committed Oct 4, 2016
1 parent 0f71b84 commit 12c81e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private[akka] object DirectByteBufferPool {
try
if (bb.isDirect) {
val cleaner = cleanerMethod.invoke(bb)
cleanerMethod.invoke(cleaner)
cleanMethod.invoke(cleaner)
}
catch { case NonFatal(e) /* ok, best effort attempt to cleanup failed */ }
}
Expand Down

0 comments on commit 12c81e4

Please sign in to comment.