1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
embedded library
missed memory freeing added
This commit is contained in:
hf@deer.(none)
2003-09-19 14:17:55 +05:00
parent cda32e123c
commit 0868446b3e
3 changed files with 14 additions and 0 deletions

View File

@ -289,6 +289,9 @@ void STDCALL mysql_close(MYSQL *mysql)
#endif /* HAVE_OPENSSL */
if (mysql->free_me)
my_free((gptr) mysql,MYF(0));
free_embedded_thd(mysql);
}
DBUG_VOID_RETURN;
}