Skip to content
Snippets Groups Projects
Commit c7da6df5 authored by Jeff Peeler's avatar Jeff Peeler
Browse files

Merged revisions 120959 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r120959 | jpeeler | 2008-06-06 13:29:14 -0500 (Fri, 06 Jun 2008) | 1 line

add another LOW_MEMORY define I forgot
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@120960 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0bc65f74
No related branches found
No related tags found
No related merge requests found
......@@ -7384,11 +7384,13 @@ static int process_sdp(struct sip_pvt *p, struct sip_request *req, int t38action
return 0;
}
 
#ifdef LOW_MEMORY
static void ts_ast_rtp_destroy(void *data)
{
struct ast_rtp *tmp = data;
ast_rtp_destroy(tmp);
}
#endif
 
/*! \brief Add header to SIP message */
static int add_header(struct sip_request *req, const char *var, const char *value)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment