aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-11 20:03:02 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-11 20:03:02 +0000
commitf92cb6929fe95c8d6d9b14720205428e1c9a04f9 (patch)
tree590cca2a11f23c7db0f3eb72259257fbc34f2008 /pbx
parentab0d6f99d8f35462645d7e4b3521d9061535663e (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@9627 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_dundi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index b978d28a6..8f0457296 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -4726,6 +4726,7 @@ int unload_module(void)
ast_unregister_switch(&dundi_switch);
ast_custom_function_unregister(&dundi_function);
res = ast_unregister_application(app);
+ sched_context_destroy(sched);
return res;
}