[Freeswitch-svn] [commit] r10046 - freeswitch/trunk/src
Freeswitch SVN
anthm at freeswitch.org
Thu Oct 16 12:48:55 EDT 2008
Author: anthm
Date: Thu Oct 16 12:48:55 2008
New Revision: 10046
Modified:
freeswitch/trunk/src/switch_core_codec.c
Log:
doh
Modified: freeswitch/trunk/src/switch_core_codec.c
==============================================================================
--- freeswitch/trunk/src/switch_core_codec.c (original)
+++ freeswitch/trunk/src/switch_core_codec.c Thu Oct 16 12:48:55 2008
@@ -44,7 +44,6 @@
SWITCH_DECLARE(void) switch_core_session_unset_read_codec(switch_core_session_t *session)
{
- switch_mutex_lock(session->resample_mutex);
session->real_read_codec = session->read_codec = NULL;
}
More information about the Freeswitch-svn
mailing list