Fix: file descriptor leaking.
File descriptors will be closed in BinaryDictionary.finalize(); but, this leads to unit test fails. Bug: 13066902 Change-Id: I2b0d3e54ee91fa844530df54596f86bbbbac81a5
Showing
- java/src/com/android/inputmethod/latin/makedict/Ver2DictDecoder.java 15 additions, 13 deletions...m/android/inputmethod/latin/makedict/Ver2DictDecoder.java
- java/src/com/android/inputmethod/latin/makedict/Ver4DictDecoder.java 17 additions, 9 deletions...m/android/inputmethod/latin/makedict/Ver4DictDecoder.java
Please register or sign in to comment