asfernandes / node-firebird-drivers

Node.js Firebird Drivers
MIT License
53 stars 17 forks source link

Probable Memory Leak #38

Closed AdrianoAzuos closed 4 years ago

AdrianoAzuos commented 4 years ago

I believe this issue is occurring in fblib, specifically in the resultset

I initially believed it to be in my implementation that something was going wrong, but I did some testing and anyway the memory consumption increases and the garbage collector can't restore it

asfernandes commented 4 years ago

Test case, please.

asfernandes commented 4 years ago

If there is no reproducible test case, I'll need to close this.