Re: Memory leak?
- Posted by mattlewis (admin) Feb 03, 2014
- 3847 views
gwalters said...
I have been using Matt's odbc.ew v1.32 for many years w/o any problems. Today I have the need to create cursors recursively many times and what appears to be a memory leak has occurred. I'm just assuming that it is inside odbc.ew.
Does anyone have any idea how to fix this or find the bug? It would be very helpful. I can email you odbc.ew if you don't have it.
That's an old version. The latest that I posted to the archive is 1.34, though the source code itself says 1.36. It looks like 1.33 got several updates, including some memory leak fixes:
TFM said...
Fixed memory leaks in prepareSQL(), getColumnHeaders() and getData()
You can download the updated file here: https://sourceforge.net/p/eudbc/code/HEAD/tree/trunk/odbc.e
Matt