Skip to content

Commit f43ef9b

Browse files
author
Jan Lindström
committed
MDEV-25977 : Warning: Memory not freed: 32 on SET GLOBAL wsrep_sst_auth=USER
Add missing wsrep_sst_auth_free call.
1 parent cf3adaa commit f43ef9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/mysqld.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,6 +1763,7 @@ static void close_connections(void)
17631763
{
17641764
wsrep_deinit(true);
17651765
}
1766+
wsrep_sst_auth_free();
17661767
#endif
17671768
/* All threads has now been aborted */
17681769
DBUG_PRINT("quit", ("Waiting for threads to die (count=%u)", THD_count::value()));

0 commit comments

Comments
 (0)