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:
parent
6431862022
commit
a1e2ca057d
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user