aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 753118e8c..2838110ce 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -5612,11 +5612,13 @@ static int process_sdp(struct sip_pvt *p, struct sip_request *req)
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)