Author: nextgens
Date: 2008-08-25 13:52:40 +0000 (Mon, 25 Aug 2008)
New Revision: 22134
Modified:
trunk/freenet/src/freenet/support/io/TempBucketFactory.java
Log:
doh
Modified: trunk/freenet/src/freenet/support/io/TempBucketFactory.java
===================================================================
--- trunk/freenet/src/freenet/support/io/TempBucketFactory.java 2008-08-25
13:46:46 UTC (rev 22133)
+++ trunk/freenet/src/freenet/support/io/TempBucketFactory.java 2008-08-25
13:52:40 UTC (rev 22134)
@@ -220,7 +220,7 @@
public void close() throws IOException {
synchronized(currentBucket) {
_maybeResetInputStream();
- is.close();
+ Closer.close(is);
}
}
}