diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 63cc0f346b..16fcfd8afd 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -4482,6 +4482,9 @@ static void sla_destroy(void) pthread_join(sla.thread, NULL); } + /* Drop any created contexts from the dialplan */ + ast_context_destroy(NULL, sla_registrar); + ast_mutex_destroy(&sla.lock); ast_cond_destroy(&sla.cond); }