]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Don't destroy mutexes before unregistering all of the entry points from the core.
authorRussell Bryant <russell@russellbryant.com>
Fri, 23 Feb 2007 20:17:56 +0000 (20:17 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 23 Feb 2007 20:17:56 +0000 (20:17 +0000)
commit4fb7eb1b7bed4dbb6a2a915562d2a37bc18b7098
tree85906014c0db3cd3e40b3dec51c8b8aee8a5241a
parentca7fbd749e10582767b343907d3752c51282a4e0
Don't destroy mutexes before unregistering all of the entry points from the core.
Also, fix a potential memory leak from not destroying the locks for all of the
possible call numbers (about 32k of them).

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@56406 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_iax2.c