Menu

#460 SqlOdbcStatement::prepare() (SqlOdbcStatement.cxx:115) leaks

V2.1 Beta
open
nobody
leak (188)
5
2009-02-03
2009-02-03
No

i run the testscript SQLAdapterTest under Performance directory
through valgrind tool as
valgrind --tool=memcheck --leak-check=full --show-reachable=yes
./SQLAdapterTest
and found Memory leak

Error Summary :
==28415== 16 bytes in 1 blocks are still reachable in loss record 2 of 36
==28415== at 0x4005CCC: operator new(unsigned) (vg_replace_malloc.c:163)
==28415== by 0x4083E3B: SqlOdbcStatement::prepare(char*) (SqlOdbcStatement.cxx:115)
==28415== by 0x8048BF3: main (in csql/test/performance/SQLAdapterTest)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.