Skip to content
Snippets Groups Projects
Commit 6da31b48 authored by Olle Johansson's avatar Olle Johansson
Browse files

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/trunk@237136 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c032901a
Branches
Tags
No related merge requests found
......@@ -27078,6 +27078,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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment