mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 06:18:38 +00:00
Cleanup CLI commands on exit for several files.
(issue ASTERISK-20649)
Reported by: Corey Farrell
Patches:
unregister-cli-multiple-all.patch (license #5909) patch uploaded by Corey Farrell
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@377881 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -715,6 +715,7 @@ static void ast_cel_engine_term(void)
|
||||
ao2_ref(linkedids, -1);
|
||||
linkedids = NULL;
|
||||
}
|
||||
ast_cli_unregister(&cli_status);
|
||||
}
|
||||
|
||||
int ast_cel_engine_init(void)
|
||||
|
||||
Reference in New Issue
Block a user