mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Memory leak fixed.
This commit is contained in:
parent
797d9de9cd
commit
07c29cc91a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue