From: Olle Johansson Date: Sat, 2 Jan 2010 09:52:30 +0000 (+0000) Subject: Release memory of the contact acl before unloading module X-Git-Tag: 1.4.29-rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=789554011a84a488e00716aeb5642f3b621b7945;p=thirdparty%2Fasterisk.git 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 --- 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);