MDEV-26030 : Warning: Memory not freed: 32 on setting wsrep_sst_auth

Call to wsrep_sst_auth_free() was missing from normal shutdown.
This commit is contained in:
Jan Lindström 2021-06-30 10:38:44 +03:00
parent 6431862022
commit a1e2ca057d

View File

@ -1900,6 +1900,7 @@ static void mysqld_exit(int exit_code)
wait_for_signal_thread_to_end();
#ifdef WITH_WSREP
wsrep_deinit_server();
wsrep_sst_auth_free();
#endif /* WITH_WSREP */
mysql_audit_finalize();
clean_up_mutexes();