While testing a library I'm working on, I had a memory leak.  I traced it to
the dbd_sqlite3.c source, in dbd_list_tables(), where a tempconn is created
(dbi_conn_new) but never freed using dbi_conn_close().  

 

It's not major, but it does appear to be a leak.

 

Thanks,

Wally

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Libdbi-drivers-devel mailing list
Libdbi-drivers-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-drivers-devel

Reply via email to