Menu

#451 open(char const*, char const*) (SessionImpl.cxx:110) leaks

V2.1 Beta
open
leak (188)
5
2009-02-05
2009-02-01
No

i run null7.sql uder the directory ( tool / csql /) with csql -s
through valgrind tool as
valgrind --tool=memcheck --leak-check=yes --show-reachable=yes csql -u
root -p manager -s null7.sql
and found Memory Leak

Error Summary :
==27383== 36 bytes in 1 blocks are still reachable in loss record 7 of 15
==27383== at 0x4005CCC: operator new(unsigned) (vg_replace_malloc.c:163)
==27383== by 0x402F2A0: SessionImpl::open(char const*, char const*) (SessionImpl.cxx:110)
==27383== by 0x401E6AE: Connection::open(char const*, char const*) (Connection.cxx:46)
==27383== by 0x4066E97: SqlConnection::connect(char*, char*) (SqlConnection.h:39)
==27383== by 0x8049A61: main (isql.cxx:99)

Discussion

  • Nihar Ranjan paital

    refer tools / csql / test089.ksh

     
  • Nihar Ranjan paital

    • assigned_to: nobody --> niharlcp1
     

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.