Memory leak during insert on PocketPC 2002
We've built an application using an Oracle Lite 5.0.1 database using an ODBC interface. We've stolen most of the code from:
C:\OraHome1\Mobile\Sdk\wince\samples\ODBC\sample.cpp
We've found that there appears to be a memory leak during inserts (haven't fully analyzed updates/gets). The thing leaks roughly X bytes per insert where numBytesInInsertString < X < (2.5 * numBytesInInsertString)
Has anyone else seen this? It becomes really apparent during out load from XML method where we walk through an xml document and perform roughly 7000 inserts in a row (commit at the end). The memory leak is not coming from the XML stuff, already tested for that.
Paul Runstedler
Intrexa Corp.