Re: Leaking Memory from mysql_real_query()

2003-10-09 Thread Gelu Gogancea
- From: "bluejack" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 8:26 PM Subject: Leaking Memory from mysql_real_query() > > This is probably my mistake somewhere, but perhaps someone > could shed some light on the matter: > > I

Leaking Memory from mysql_real_query()

2003-10-09 Thread bluejack
This is probably my mistake somewhere, but perhaps someone could shed some light on the matter: I have an app, compiled with the mysql c apis, that is leaking memory. I know this by fine-tuned debugging using mallinfo. The memory that is being leaked is allocated by calls to mysql_real_query(), and