diff options
author | Christian Pointner <equinox@anytun.org> | 2008-03-18 20:01:40 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-03-18 20:01:40 +0000 |
commit | 81e780d8fb896b88e8cd996adce3d4c12a32596b (patch) | |
tree | 3e6b8188314a64cf32ab1cc2ba16e70ef5cc7f30 | |
parent | anyrtpproxy bugfix (diff) |
removed deadlock in rtpSession
-rw-r--r-- | rtpSession.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rtpSession.cpp b/rtpSession.cpp index a32049b..a65ab5f 100644 --- a/rtpSession.cpp +++ b/rtpSession.cpp @@ -40,8 +40,6 @@ RtpSession::RtpSession(const std::string& call_id) : in_sync_(false), call_id_(c void RtpSession::reinit() { - Lock lock(mutex_); - gCallIdQueue.push(call_id_); } |