Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

bug in Store() in mysql++ for Borland: msg#00038

db.mysql.c++

Subject: bug in Store() in mysql++ for Borland

Hi All

I think i found a bug or something !
I found memory leak warning ( using CodeGuard for Borland Builder 6 )
after
i terminate application . I'm doing this because i found some 'memory
corruption'
indication in my application . So it can crash randomly .

My code is pretty simple ..

in a thread

while (1)
{
Result res;
Row row;

sql = "SELECT .... ";
Query query = con.query();

query << sql.c_str();
query.store();

..... do the rest
}

I found some memory leak point to function store() . I read the source
code
and found that there is actually memory allocation ( for char ) in the
function.
Im not sure , but i think someone forgot to delete it .

But if i change the code to something like this

sql = "SELECT ... "
Query query = con.query();
query.store(sql.c_str());

...

It also work , and does not produce Memory Leak warning .
Im just a beginner . So i just inform you guys about the situation ..!
Perhaps someone can explain better ..

thanks
BayuFA



--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe:
http://lists.mysql.com/plusplus?unsub=gcdmc-plusplus@xxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
ide.eclipse.wtp...    bug-tracking.ro...    xfree86.cvs/200...    lisp.wxcl.devel...    file-systems.ar...    kde.devel.kwrit...    jakarta.jetspee...    qnx.openqnx.dev...    drivers.openib/...    ports.xbox.deve...    gis.gdal.devel/...    netbsd.ports.ma...    ubuntu.marketin...    systemtap/2005-...    web.omniweb/200...    mail.qmail.ldap...    hardware.soekri...    os.netbsd.devel...    audio.madman.ge...    tv.freeguide-tv...    cluster.openmos...    education.ezpro...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation