1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Memory leak fixed.

This commit is contained in:
gluh@gluh.mysql.r18.ru
2003-04-16 17:47:36 +05:00
parent d2bfaed9c2
commit cde0099e23

View File

@@ -921,6 +921,8 @@ void clean_up(bool print_message)
free_max_user_conn();
end_slave_list();
#ifdef HAVE_OPENSSL
if (ssl_acceptor_fd)
my_free((gptr) ssl_acceptor_fd, MYF(MY_ALLOW_ZERO_PTR));
free_des_key_file();
#endif /* HAVE_OPENSSL */
#ifdef USE_REGEX