Mikko Noromaa writes:
Hi,
In my debug build, I use the mysqlclient.lib library from
\mysql\lib\debug. I assume it has been built with maximum debug code. In
my release build, however, I use mysqlclient.lib library from
\mysql\lib\opt. The stack traces were generated with the debug build, of
course, so that's why the safemalloc is used. BOTH debug and release
versions show this leak, though.
Still, we need to know which pointer is not released, because we tried
lot's of different memory tracers which displayed wrong results.
The ones which we use are practically the only reliable ones, although
even they fail sometimes, but not in this area of leak detection.