Nulled unused array

This commit is contained in:
Vhati 2014-03-09 05:05:18 -04:00
parent f87570dcf5
commit e2f82bebf0

View file

@ -138,6 +138,7 @@ public class ModUtilities {
throw new IOException( msg ); throw new IOException( msg );
} }
} }
allBytes = null; // GC hint.
// Determine the original line endings. // Determine the original line endings.
int eol = DecodeResult.EOL_NONE; int eol = DecodeResult.EOL_NONE;