destroy the loaded say.conf on module unload

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33786 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-06-13 04:40:15 +00:00
parent 50dff0e818
commit 883d0f7a05

View File

@@ -472,6 +472,9 @@ static int unload_module(void *mod)
STANDARD_HANGUP_LOCALUSERS;
if (say_cfg)
ast_config_destroy(say_cfg);
return res;
}