Tidy up streams on close in stream manager

This commit is contained in:
dsyer
2008-02-27 08:05:52 +00:00
parent b846c68550
commit e3c86285cf
6 changed files with 20 additions and 9 deletions

View File

@@ -102,6 +102,7 @@ public class SimpleStreamManager implements StreamManager {
ItemStream itemStream = (ItemStream) it.next();
itemStream.close(executionContext);
}
streams.clear();
}
}