|
sqlite3 memory leak question.
|
06/26/2009 4:07 PM
post32637
|
sqlite3 memory leak question.
I have included the three sqlite3 files (sqlite3.c sqlite3.h & sqlite3ext.h) directly in my source code for a project.
These were downloaded directly from sqlite.org.
Everything compiles and runs, however there is a significant memory leak with every insert using sqlite3_exec().
Has anybody seen this? Should I be using code from the pkg_src directory instead??
Any input from somebody who has/is successfully using sqlite on qnx would be greatly appreciated.
Thanks,
Greg
|
|
|