From 631f3cef27c75f011917d21a2b969140fdd45553 Mon Sep 17 00:00:00 2001 From: Gerald Begumisa Date: Fri, 14 Aug 2009 10:58:13 +0000 Subject: Bug fix in the StopCapture code, where Stop() is called on a NULL session git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@634 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/audiocaptureplugins/voip/RtpSession.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.cpp b/orkaudio/audiocaptureplugins/voip/RtpSession.cpp index 0927ae1..35b5d9c 100644 --- a/orkaudio/audiocaptureplugins/voip/RtpSession.cpp +++ b/orkaudio/audiocaptureplugins/voip/RtpSession.cpp @@ -2786,7 +2786,6 @@ void RtpSessions::StopCaptureOrkuid(CStdString& orkuid) { logMsg.Format("StopCaptureOrkuid: No session has orkuid:%s", orkuid); LOG4CXX_INFO(m_log, logMsg); - Stop(session); } } @@ -2819,7 +2818,6 @@ CStdString RtpSessions::StopCaptureNativeCallId(CStdString& nativecallid) { logMsg.Format("StopCaptureNativeCallId: No session has native callid:%s", nativecallid); LOG4CXX_INFO(m_log, logMsg); - Stop(session); } return orkUid; -- cgit v1.2.3