Fixed non-recursive mutex bug resulting in deadlock when replacing a tone

source with another.


git-svn-id: http://yate.null.ro/svn/yate/trunk@239 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-02-03 17:04:17 +00:00
parent fffedd34c3
commit d71194875d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ using namespace TelEngine;
static ObjList tones;
static ObjList chans;
static Mutex mutex;
static Mutex mutex(true);
typedef struct {
int nsamples;