Commit f43ef9ba authored by Jan Lindström's avatar Jan Lindström

MDEV-25977 : Warning: Memory not freed: 32 on SET GLOBAL wsrep_sst_auth=USER

Add missing wsrep_sst_auth_free call.
parent cf3adaaa
......@@ -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()));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment