[svn-commits] qwell: trunk r2356 - in /trunk: ./ zaptel.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Fri Mar 30 12:18:41 MST 2007
Author: qwell
Date: Fri Mar 30 14:18:40 2007
New Revision: 2356
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2356
Log:
Need to revert this last change. trunk doesn't yet have all the right stuff in place.
Modified:
trunk/ (props changed)
trunk/zaptel.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/zaptel.c
URL: http://svn.digium.com/view/zaptel/trunk/zaptel.c?view=diff&rev=2356&r1=2355&r2=2356
==============================================================================
--- trunk/zaptel.c (original)
+++ trunk/zaptel.c Fri Mar 30 14:18:40 2007
@@ -4936,7 +4936,7 @@
ms->echostate = ECHO_STATE_IDLE;
ms->echolastupdate = 0;
ms->echotimer = 0;
- echo_can_free(ms->ec);
+ kfree(ms->ec);
ms->ec = NULL;
__qevent(ss, ZT_EVENT_EC_DISABLED);
break;
@@ -5810,7 +5810,7 @@
ms->echostate = ECHO_STATE_IDLE;
ms->echolastupdate = 0;
ms->echotimer = 0;
- echo_can_free(ms->ec);
+ kfree(ms->ec);
ms->ec = NULL;
break;
}
More information about the svn-commits
mailing list