Skip to content
Snippets Groups Projects
Commit 82938d05 authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

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

parents 34dbed96 480ccfcc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment