You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The (and its underlying ) is never closed. If throws an IOException, the stream leaks. Compare with the correctly-implemented method at line 174-188 which uses try-finally.
Affected version: HEAD
File:
The (and its underlying ) is never closed. If throws an IOException, the stream leaks. Compare with the correctly-implemented method at line 174-188 which uses try-finally.
Originally reported in #1944.