From 81e780d8fb896b88e8cd996adce3d4c12a32596b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 18 Mar 2008 20:01:40 +0000 Subject: removed deadlock in rtpSession --- rtpSession.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'rtpSession.cpp') 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_); } -- cgit v1.2.3