Merge branch 'master' of git://github.com/haraldk/TwelveMonkeys

This commit is contained in:
Erlend Hamnaberg
2010-02-07 19:03:55 +01:00
4 changed files with 89 additions and 15 deletions

View File

@@ -154,7 +154,7 @@ public final class BufferedImageInputStream extends ImageInputStreamImpl impleme
@Override
public void close() throws IOException {
if (mStream != null) {
mStream.close();
//mStream.close();
mStream = null;
mBuffer = null;
}