prepare(char*)(SqlOdbcStatement.cxx:61) leaks
Main Memory Database Cache
Brought to you by:
prabatuty
i run the testscript SQLGWTest under Performance directory
through valgrind tool as
valgrind --tool=memcheck --leak-check=full --show-reachable=yes
./SQLGWTest
and found Me,ory Leaks
Error Summary :
==27919==
==27919== 240 bytes in 3 blocks are still reachable in loss record 34 of
54
==27919== at 0x4005CCC: operator new(unsigned)
(vg_replace_malloc.c:163)
==27919== by 0x4083B9C: SqlOdbcStatement::prepare(char*)(SqlOdbcStatement.cxx:61)
==27919== by 0x40B3FAD: SqlGwStatement::prepare(char*)
(SqlGwStatement.cxx:55)
==27919== by 0x8048BF3: main (in csql/test/performance/SQLGWTest)