summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2009-08-14 10:58:13 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2009-08-14 10:58:13 +0000
commit631f3cef27c75f011917d21a2b969140fdd45553 (patch)
tree7b46877f16b2bfdc7d1b74d86dbbe49721e143d0
parente163cf54ac781ad592da8a009876479204966b26 (diff)
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
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.cpp2
1 files changed, 0 insertions, 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;