Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
DataInputBuffer buffer = new DataInputBuffer(); buffer.reset(in, in.length); return deserialize(conf, buffer, obj);
buffer should be closed upon return from the method.
In serialize(), there is similar problem for DataOutputBuffer.