From 15318689b5712df4dadf2a6145740157a5dac918 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 20 Mar 2007 21:20:14 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4694 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_private.h.in | 17 ++++++++++------- src/switch_core.c | 1 - 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/include/switch_private.h.in b/src/include/switch_private.h.in index a61eded2a4..87ada3a583 100644 --- a/src/include/switch_private.h.in +++ b/src/include/switch_private.h.in @@ -7,6 +7,9 @@ */ #undef HAVE_DIRENT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the `gethostname' function. */ #undef HAVE_GETHOSTNAME @@ -148,19 +151,19 @@ /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE -/* The size of a `char', as computed by sizeof. */ +/* The size of `char', as computed by sizeof. */ #undef SIZEOF_CHAR -/* The size of a `int', as computed by sizeof. */ +/* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT -/* The size of a `long', as computed by sizeof. */ +/* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG -/* The size of a `long long', as computed by sizeof. */ +/* The size of `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG -/* The size of a `short', as computed by sizeof. */ +/* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT /* The size of size_t */ @@ -169,7 +172,7 @@ /* The size of ssize_t */ #undef SIZEOF_SSIZE_T -/* The size of a `void*', as computed by sizeof. */ +/* The size of `void*', as computed by sizeof. */ #undef SIZEOF_VOIDP /* Define to 1 if you have the ANSI C header files. */ @@ -202,7 +205,7 @@ /* Define to rpl_malloc if the replacement function should be used. */ #undef malloc -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t /* Define to `int' if does not define. */ diff --git a/src/switch_core.c b/src/switch_core.c index 18f17b2919..02be1b440d 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -2516,7 +2516,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_write_frame(switch_core_sess } else { session->bugs = bp->next; } - switch_mutex_unlock(bp->read_mutex); dp = bp; bp = last; switch_core_media_bug_close(dp);