Don't call some of atexit functions twice
Registering of atexit functions was fixed so these functions don't need to be called here anymore.
This commit is contained in:
@ -2200,8 +2200,6 @@ int main(int argc, char **argv)
|
|||||||
MXS_NOTICE("MaxScale is shutting down.");
|
MXS_NOTICE("MaxScale is shutting down.");
|
||||||
|
|
||||||
utils_end();
|
utils_end();
|
||||||
cleanup_process_datadir();
|
|
||||||
unlock_directories();
|
|
||||||
MXS_NOTICE("MaxScale shutdown completed.");
|
MXS_NOTICE("MaxScale shutdown completed.");
|
||||||
|
|
||||||
if (unload_modules_at_exit)
|
if (unload_modules_at_exit)
|
||||||
|
|||||||
Reference in New Issue
Block a user