[GitHub] cordova-plugin-contacts pull request: fix a nasty memory leak on i...

2016-03-22 Thread skrosoft
Github user skrosoft commented on the pull request: https://github.com/apache/cordova-plugin-contacts/pull/35#issuecomment-199899458 Hi, I still have a memory problem with 2.0.1 version. Each time I call the find() function, memory is acumulating the results, after calling the find m

[GitHub] cordova-plugin-contacts pull request: fix a nasty memory leak on i...

2014-09-15 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-contacts/pull/35#issuecomment-55631636 The CFRetain there is correct since we do want to keep a reference to the record. The memory leak still occurs however, since we don't have a dealloc in

[GitHub] cordova-plugin-contacts pull request: fix a nasty memory leak on i...

2014-08-13 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-plugin-contacts/pull/35#issuecomment-52059543 Please file a bug per http://wiki.apache.org/cordova/IssueWorkflow also, `a nasty memory leak` doesn't tell me anything. It'd be helpful if you at

[GitHub] cordova-plugin-contacts pull request: fix a nasty memory leak on i...

2014-07-25 Thread jflatow
GitHub user jflatow opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/35 fix a nasty memory leak on ios You can merge this pull request into a Git repository by running: $ git pull https://github.com/quasiconvex/cordova-plugin-contacts master Alter