Fix minor memory leaks
The main function and monitor creation both leaked a few bytes of memory.
This commit is contained in:
@ -2084,6 +2084,8 @@ return_main:
|
||||
write_child_exit_code(daemon_pipe[1], rc);
|
||||
}
|
||||
|
||||
MXS_FREE(cnf_file_arg);
|
||||
|
||||
if (threads)
|
||||
{
|
||||
MXS_FREE(threads);
|
||||
|
Reference in New Issue
Block a user