]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 237136 via svnmerge from
authorOlle Johansson <oej@edvina.net>
Sat, 2 Jan 2010 09:56:02 +0000 (09:56 +0000)
committerOlle Johansson <oej@edvina.net>
Sat, 2 Jan 2010 09:56:02 +0000 (09:56 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

................
r237136 | oej | 2010-01-02 10:54:22 +0100 (Lör, 02 Jan 2010) | 10 lines

Merged revisions 237135 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r237135 | oej | 2010-01-02 10:52:30 +0100 (Lör, 02 Jan 2010) | 2 lines

Release memory of the contact acl before unloading module

........

................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@237137 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index bbd662ff9e0c13504928e707094558ec155e8db7..dc555ec41c616f4068d51e20262a3aabaa27945a 100644 (file)
@@ -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);