GitHub user guptasachin25 opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/80
Solving memory leak issues due to opened cursor objects @cmarcelk can you please review this code below. We were facing some issue due to memory leak in cordova plugins. I am submitting to apache first time. Let me know if i need to do something else to finally submit this code. Code changes explained: Cursor object was open for photoCursor in case of exceptions. Also cursor should be closed where it is created for consistency reasons. Added other two closed operations for same. You can merge this pull request into a Git repository by running: $ git pull https://github.com/guptasachin25/cordova-plugin-contacts memoryleak Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-contacts/pull/80.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 #80 ---- commit c2d4752c63ca4d301b68378da630f31f13e9abb0 Author: Sachin Gupta <sac...@trimian.com> Date: 2015-09-30T21:57:29Z Solving memory leak issues due to opened cursor objects ---- --- 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