1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix two Valgrind memory leak warnings.

This commit is contained in:
knielsen@mysql.com
2006-05-15 18:07:18 +02:00
parent f071779791
commit fc16aff742
7 changed files with 84 additions and 20 deletions

View File

@ -178,7 +178,7 @@ void STDCALL mysql_server_end()
/* If library called my_init(), free memory allocated by it */
if (!org_my_init_done)
{
my_end(0);
my_end(MY_DONT_FREE_DBUG);
#ifndef THREAD
/* Remove TRACING, if enabled by mysql_debug() */
DBUG_POP();