Re: [tomcat] branch master updated: Fix resource leak on exception path

2019-04-18 Thread Mark Thomas
On 17/04/2019 19:22, Christopher Schultz wrote: > On 4/17/19 12:55, ma...@apache.org wrote: >> Close the resource we no longer need if we know how to do so + >> if (result instanceof AutoCloseable) { +try >> { +((AutoCloseable)

Re: [tomcat] branch master updated: Fix resource leak on exception path

2019-04-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 4/17/19 12:55, ma...@apache.org wrote: > This is an automated email from the ASF dual-hosted git > repository. > > markt pushed a commit to branch master in repository > https://gitbox.apache.org/repos/asf/tomcat.git > > > The following

[tomcat] branch master updated: Fix resource leak on exception path

2019-04-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new d0eed1e Fix resource leak on exception path

[tomcat] branch master updated: Fix resource leak on exception path.

2019-04-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new e4b431e Fix resource leak on exception path.