提交 f5295b74 authored 作者: Mathieu Rene's avatar Mathieu Rene

mod_voicemail: add missing switch_event_destroy in profile config function

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15262 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 7e1ca7a9
......@@ -779,6 +779,9 @@ static vm_profile_t * load_profile(const char *profile_name)
if (xml) {
switch_xml_free(xml);
}
if (event) {
switch_event_destroy(&event);
}
return profile;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论