Skip to content

Commit

Permalink
reparsingindex: close inputstream
Browse files Browse the repository at this point in the history
  • Loading branch information
handymenny committed Nov 4, 2024
1 parent 17c6b4e commit d526196
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class ReparsingIndex {
DecodeSequenceMode.WHITESPACE_SEPARATED,
)
new.putAll(list.toList())
inputStream.close()
} catch (_: Exception) {}
return new
}
Expand Down

0 comments on commit d526196

Please sign in to comment.