aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 bbd662ff9..dc555ec41 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -23668,6 +23668,7 @@ restartdestroy:
clear_realm_authentication(authl);
clear_sip_domains();
+ ast_free_ha(global_contact_ha);
close(sipsock);
sched_context_destroy(sched);
con = ast_context_find(used_context);