Skip to content
Permalink
Browse files
MDEV-26030 : Warning: Memory not freed: 32 on setting wsrep_sst_auth
Call to wsrep_sst_auth_free() was missing from normal shutdown.
  • Loading branch information
Jan Lindström committed Jun 30, 2021
1 parent 6431862 commit a1e2ca0
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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();

0 comments on commit a1e2ca0

Please sign in to comment.