[Libdbi-drivers-devel] mysql driver memory leak in threaded application

2013-10-27 Thread markus . hoenicka
Ethan Funk writes: > xmultipart message, 3 parts [Click mouse-2 to display parts] Hi, as I didn't hear any complaints about the suggested change, I've added your patch to the repository, see dbd_mysql.c revision 1.110. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ sco

Re: [Libdbi-drivers-devel] mysql driver memory leak in threaded application

2013-10-07 Thread Markus Hoenicka
Am 2013-10-08 06:54, schrieb Ethan Funk: > I would like to recommend the following code change to the 0.9 mysql driver > code to prevent a memory leak when the driver is linked against the > thread-safe mysqlclient_r library. The if(mysql_thread_safe()) statement > should ensure that the my

[Libdbi-drivers-devel] mysql driver memory leak in threaded application

2013-10-07 Thread Ethan Funk
I would like to recommend the following code change to the 0.9 mysql driver code to prevent a memory leak when the driver is linked against the thread-safe mysqlclient_r library. The if(mysql_thread_safe()) statement should ensure that the mysql cleanup function I added for threads is not inv