]> git.ipfire.org Git - thirdparty/asterisk.git/commit
fix a crash when MALLOC_DEBUG is enabled and the regexten is enabled. The crash
authorRussell Bryant <russell@russellbryant.com>
Thu, 27 Jul 2006 01:58:41 +0000 (01:58 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 27 Jul 2006 01:58:41 +0000 (01:58 +0000)
commit425c51cfd5ec1b8db24cda702f2dfc62cdd501df
tree7558944eb2bf862b4202ea6347ce0fe4b0aa4b6c
parent46012df0b64cd99777e84d7dd9234549a6021c9d
fix a crash when MALLOC_DEBUG is enabled and the regexten is enabled. The crash
would occur when the extension got removed. (fixes issue #7484)

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