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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user