Skip to content
Snippets Groups Projects
Commit 883d0f7a authored by Russell Bryant's avatar Russell Bryant
Browse files

destroy the loaded say.conf on module unload

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33786 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 50dff0e8
Branches
Tags
No related merge requests found
...@@ -472,6 +472,9 @@ static int unload_module(void *mod) ...@@ -472,6 +472,9 @@ static int unload_module(void *mod)
STANDARD_HANGUP_LOCALUSERS; STANDARD_HANGUP_LOCALUSERS;
if (say_cfg)
ast_config_destroy(say_cfg);
return res; return res;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment