mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-25977 : Warning: Memory not freed: 32 on SET GLOBAL wsrep_sst_auth=USER
Add missing wsrep_sst_auth_free call.
This commit is contained in:
@ -1763,6 +1763,7 @@ static void close_connections(void)
|
||||
{
|
||||
wsrep_deinit(true);
|
||||
}
|
||||
wsrep_sst_auth_free();
|
||||
#endif
|
||||
/* All threads has now been aborted */
|
||||
DBUG_PRINT("quit", ("Waiting for threads to die (count=%u)", THD_count::value()));
|
||||
|
Reference in New Issue
Block a user