[CODEC-225] InputStream not closed - ASF Jira (original) (raw)

Details

Description

After running static code analysis on common codecs we discovered that it leaks file descriptors. The relevant locations are:

patch provided via github pull request.

This issue is relevant for web app deployments on OSes (like windows) that lock the files if ther eare open streams to them, and will prevent application undeployment.

Activity