createStatement(SqlApiImplType) (SqlFactory.cxx:89) 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 emory leaks
Error Summary :
==27919== 36 bytes in 1 blocks are still reachable in loss record 18 of 54
==27919== at 0x4005CCC: operator new(unsigned)
(vg_replace_malloc.c:163)
==27919== by 0x406E605: SqlFactory::createStatement(SqlApiImplType) (SqlFactory.cxx:89)
==27919== by 0x80488F2: main (in csql/test/performance/SQLGWTest)