GitHub user necouchman opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/206
GUACAMOLE-362: Fix resource leak in FileInputStream
Quick attempt at fixing a resource leak that Coverity identified when
reading the private key file. I think this is still in-scope for
0.9.14-incubating...
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/incubator-guacamole-client
GUACAMOLE-362
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/206.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #206
----
commit 5c0c823913a1d77e4f72bf3212f0f7a1032cf1e1
Author: Nick Couchman <[email protected]>
Date: 2017-10-28T13:15:58Z
GUACAMOLE-362: Fix resource leak in FileInputStream when reading private
key.
----
---