This fixes a crash when LOW_MEMORY is turned on. Two allocations of the ast_rtp struc...
commitb7b6fc3bbb5af5c2899dc7b7555788e063a51009
authorjpeeler <jpeeler@614ede4d-c843-0410-af14-a771ab80d22e>
Fri, 6 Jun 2008 15:33:15 +0000 (6 15:33 +0000)
committerjpeeler <jpeeler@614ede4d-c843-0410-af14-a771ab80d22e>
Fri, 6 Jun 2008 15:33:15 +0000 (6 15:33 +0000)
treed7f6f56f0ed83ee0ee6e103156bb1fe4ae6dd858
parent6ce8a4f7c14d505505471f298b1023b3d0a2e13f
This fixes a crash when LOW_MEMORY is turned on. Two allocations of the ast_rtp struct that were previously allocated on the stack have been modified to use thread local storage instead.

git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@120863 614ede4d-c843-0410-af14-a771ab80d22e
channels/chan_sip.c