Skip to content

Commit

Permalink
Missing filechannel close
Browse files Browse the repository at this point in the history
  • Loading branch information
no2chem committed Dec 7, 2017
1 parent 6ddc612 commit 70e9ce8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ private void scanLogAndPerformAction(String filePath, @Nonnull ScanAction scanAc
}
} catch (InvalidProtocolBufferException e) {
throw new DataCorruptionException();
} finally {
fc.close();
}
}

Expand Down

0 comments on commit 70e9ce8

Please sign in to comment.