mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fixed up leaks found by --exit-info=256
better error diagnostic in SLAVE START
This commit is contained in:
@ -614,6 +614,7 @@ void clean_up(void)
|
||||
#ifndef __WIN__
|
||||
(void) my_delete(pidfile_name,MYF(0)); // This may not always exist
|
||||
#endif
|
||||
end_slave();
|
||||
my_thread_end();
|
||||
|
||||
/* Tell main we are ready */
|
||||
|
Reference in New Issue
Block a user