-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: None
-
Component/s: client-libs
-
b11
There are couple places where new byte array is allocated and then thrown away.
byte[] outputBytes = new byte[2];
outputBytes = encodeSurrogate(c, c2);
byte[] outputBytes = new byte[2];
outputBytes = encodeSurrogate(c, c2);