commit | 399381868992c68abefa5dde62bfdc0a7e33e5e5 | [log] [tgz] |
---|---|---|
author | Dongwon Kang <dwkang@google.com> | Thu Jan 05 16:49:25 2012 +0900 |
committer | Dongwon Kang <dwkang@google.com> | Thu Jan 05 17:17:48 2012 +0900 |
tree | 2eb1dfa0326e401ba266c71f870631a94914e72c | |
parent | 9a03482c66b2f5c30c7fde38216239a1f233df02 [diff] |
ThumbnailUtils: To fix misuse of FileInputStream. We need to close it explicitly after using it. Without this, fd will be closed non-deterministically, and that will break the decode procedure. Bug: 5808889 Change-Id: Icf9ff9abd6e327b122c6916df9750016b3d1b616