+++ b/MilGraServer/src/com/milgra/server/StreamBuffer.java
@@ -194,7 +194,7 @@ public class StreamBuffer
// if don't already have it
- if ( !pool.containsKey( indexX ) )
+ if ( !pool.containsKey( indexX ) && indexX <
bodysizes.size())
{