aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 88bdd1f30..2d3dfbe82 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -24785,6 +24785,7 @@ static int unload_module(void)
ao2_t_ref(threadt, -1, "unref the thread table");
clear_sip_domains();
+ ast_free_ha(global_contact_ha);
close(sipsock);
sched_context_destroy(sched);
con = ast_context_find(used_context);