mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 07:01:09 +00:00
Fix a variety of ref counting issues
This patch resolves a number of ref leaks that occur primarily on Asterisk shutdown. It adds a variety of shutdown routines to core portions of Asterisk such that they can reclaim resources allocate duringd initialization. Review: https://reviewboard.asterisk.org/r/2137 ........ Merged revisions 374177 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 374178 from http://svn.asterisk.org/svn/asterisk/branches/10 ........ Merged revisions 374196 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374197 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1787,6 +1787,9 @@ 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();
|
||||
|
||||
/* Shutdown the message queue for the technology agnostic message channel.
|
||||
* This has to occur before we pause shutdown pending ast_undestroyed_channels. */
|
||||
ast_msg_shutdown();
|
||||
|
||||
if (niceness == SHUTDOWN_NORMAL) {
|
||||
|
Reference in New Issue
Block a user