Merge "main/config: Clean config maps on shutdown."

changes/32/2032/1
Joshua Colp 10 years ago committed by Gerrit Code Review
commit 82938d0507

@ -3863,6 +3863,8 @@ static void config_shutdown(void)
ast_cli_unregister_multiple(cli_config, ARRAY_LEN(cli_config));
clear_config_maps();
ao2_cleanup(cfg_hooks);
cfg_hooks = NULL;
}

Loading…
Cancel
Save