Make sure that libpthread doesn't try to call free() directly when MALLOC_DEBUG
authorRussell Bryant <russell@russellbryant.com>
Tue, 18 Sep 2007 16:14:14 +0000 (16:14 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 18 Sep 2007 16:14:14 +0000 (16:14 +0000)
commit384aea62574c99c1c446ff3ae322b45ba1620d1d
treeaf561e02c61dcaf108044a51e04c3736b18320f8
parent96f4079dacffdfd911331e36a68fd814f7a72004
Make sure that libpthread doesn't try to call free() directly when MALLOC_DEBUG
is enabled.  If it does, Asterisk will crash as the address isn't the real
beginning of the allocation.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82793 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/threadstorage.h