[Home]

Summary:ASTERISK-20646: [patch] - manager_shutdown fails to completely shutdown AMI and leaks memory
Reporter:Corey Farrell (coreyfarrell)Labels:
Date Opened:2012-11-02 21:02:46Date Closed:2012-11-03 21:35:21
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:SVN 1.8.17.0 10.9.0 10.9.0-digiumphones 11.0.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) manager_shutdown.patch
Description:In manager_shutdown:
* CLI commands are not unregistered
* ast_tcptls_server_stop is not run for ami_desc or amis_desc
* ami_tls_cfg strings are not freed.
* User's are improperly freed.
Comments:By: Corey Farrell (coreyfarrell) 2012-11-02 21:08:58.672-0500

Fixes to main/manager.c manager_shutdown issues