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 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 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 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