From cfc6a358edd137c468a168c6774d2484e1a17a2a Mon Sep 17 00:00:00 2001 From: Yun Liu <yun@yun.(none)> Date: Tue, 28 Oct 2008 15:07:44 -0400 Subject: [PATCH] Fix bug ticket 67 --- src/audio/audiortp.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/audio/audiortp.cpp b/src/audio/audiortp.cpp index c69828e918..7f7e0fb784 100644 --- a/src/audio/audiortp.cpp +++ b/src/audio/audiortp.cpp @@ -88,6 +88,8 @@ AudioRtp::closeRtpSession () { _debugException("! ARTP Exception: when stopping audiortp\n"); throw; } + AudioLayer* audiolayer = Manager::instance().getAudioDriver(); + audiolayer->stopStream(); } //////////////////////////////////////////////////////////////////////////////// -- GitLab