We must be sure to flush

This commit is contained in:
NuclearW 2012-07-06 17:26:43 -04:00
parent a728d1f9c8
commit a3e0753076

View File

@ -263,6 +263,7 @@ public class HashChunkletManager implements ChunkletManager {
finally { finally {
if (objOut != null) { if (objOut != null) {
try { try {
objOut.flush();
objOut.close(); objOut.close();
} }
catch (IOException ex) { catch (IOException ex) {