X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=main%2Fasterisk.c;h=e8b9b34dea9d9a6615beabd391f856935724cc84;hp=8e6d1a486d9c4263af6fb8a2ec07521c2a3ba279;hb=8963829390ca45b269c99144b1ffb96d17d9a3d3;hpb=ae5aaefd88224c20d246087b3e4277b6c97545cb diff --git a/main/asterisk.c b/main/asterisk.c index 8e6d1a4..e8b9b34 100644 --- a/main/asterisk.c +++ b/main/asterisk.c @@ -1702,6 +1702,7 @@ static int can_safely_quit(shutdown_nice_t niceness, int restart) * (if in batch mode). really_quit happens to call it again when running * the atexit handlers, otherwise this would be a bit early. */ ast_cdr_engine_term(); + ast_msg_shutdown(); if (niceness == SHUTDOWN_NORMAL) { time_t s, e;