GitHub user akinzie opened a pull request:

    https://github.com/apache/cordova-plugin-camera/pull/67

    CB-8253 Fix potential unreleased resources

    There was a place (~line 701) in CameraLauncher.java where there was the
    potential for input and output streams to never be closed if an exception
    occurs at the wrong time.   There were some other places where an
    InputStream was used anonymously, and so would never be closed.
    
    This change introduces try/finally blocks to ensure that the streams will
    always end up closed.
    
    Change-Id: I479bceddcd631bfec45c3f5ee7e88ddb04c59073

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/akinzie/cordova-plugin-camera CB-8253

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-camera/pull/67.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 #67
    
----
commit 39d52012ae4ca29eb0cffd2f39afee2b3bf7a0e1
Author: Alan Kinzie <alan.kin...@sap.com>
Date:   2015-01-07T18:59:22Z

    CB-8253 Fix potential unreleased resources
    
    There was a place (~line 701) in CameraLauncher.java where there was the
    potential for input and output streams to never be closed if an exception
    occurs at the wrong time.   There were some other places where an
    InputStream was used anonymously, and so would never be closed.
    
    This change introduces try/finally blocks to ensure that the streams will
    always end up closed.
    
    Change-Id: I479bceddcd631bfec45c3f5ee7e88ddb04c59073

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to