https://issues.apache.org/bugzilla/show_bug.cgi?id=52723
--- Comment #2 from Konstantin Kolinko <[email protected]> 2012-03-21 00:18:14 UTC --- > When the ObjectOutputStream object is created unsuccessfully but the temp BufferedOutputStream object is created successfully, the temp object will be leaked. BufferedOutputStream does not hold any native resources. Its close() method is mostly a noop. There is no need to call it explicitly in the scenario that you are describing. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
