[Asterisk-code-review] main/config: Clean config maps on shutdown. (asterisk[11])
Corey Farrell
asteriskteam at digium.com
Fri Jan 15 19:58:14 CST 2016
Corey Farrell has uploaded a new change for review.
https://gerrit.asterisk.org/2026
Change subject: main/config: Clean config maps on shutdown.
......................................................................
main/config: Clean config maps on shutdown.
ASTERISK-25700 #close
Change-Id: I096da84f9c62c6095f68bcf98eac4b7c7868e808
---
M main/config.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/26/2026/1
diff --git a/main/config.c b/main/config.c
index 59d5163..4766d2e 100644
--- a/main/config.c
+++ b/main/config.c
@@ -3378,6 +3378,8 @@
ast_cli_unregister_multiple(cli_config, ARRAY_LEN(cli_config));
+ clear_config_maps();
+
ao2_cleanup(cfg_hooks);
cfg_hooks = NULL;
}
--
To view, visit https://gerrit.asterisk.org/2026
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I096da84f9c62c6095f68bcf98eac4b7c7868e808
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 11
Gerrit-Owner: Corey Farrell <git at cfware.com>
More information about the asterisk-code-review
mailing list