[svn-commits] jpeeler: branch 1.4 r120959 - /branches/1.4/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jun 6 13:29:14 CDT 2008


Author: jpeeler
Date: Fri Jun  6 13:29:14 2008
New Revision: 120959

URL: http://svn.digium.com/view/asterisk?view=rev&rev=120959
Log:
add another LOW_MEMORY define I forgot

Modified:
    branches/1.4/channels/chan_sip.c

Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=120959&r1=120958&r2=120959
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Fri Jun  6 13:29:14 2008
@@ -5612,11 +5612,13 @@
 	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)




More information about the svn-commits mailing list