Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Memory Leak ? #33

Open
front-a-little opened this issue Jul 13, 2015 · 0 comments
Open

Memory Leak ? #33

front-a-little opened this issue Jul 13, 2015 · 0 comments

Comments

@front-a-little
Copy link

I'm using websql Plugin version 0.0.9 in Cordova 5.0.0 and platform "windows".
For performance tracking I use Windows Power Tools attached to either the emulator or the device.

In a readTransaction, when the success callback is invoked, you can see the used memory going up but I expect the memory to go down again once I've processed the result data and don't hold any refernce to it anymore. However, this is not the case, memory adds up each time I execute a readTransaction.
The transaction has one simple select query and I've set the result to null for testing where I would pass it to the cosuming function. Does the plugin maintain any kind of internal cache ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant