From 789554011a84a488e00716aeb5642f3b621b7945 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Sat, 2 Jan 2010 09:52:30 +0000 Subject: [PATCH] Release memory of the contact acl before unloading module git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@237135 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 87301c844c..cb0b5f907f 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -19612,6 +19612,7 @@ restartdestroy: clear_realm_authentication(authl); clear_sip_domains(); + ast_free_ha(global_contact_ha); close(sipsock); sched_context_destroy(sched); -- 2.47.2