Module: sems Branch: master Commit: 1bb1e6a07835aa222889ef9156e55116d492fccf URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=1bb1e6a07835aa222889ef9156e55116d492fccf
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Tue Oct 16 10:11:07 2012 +0200 b/f: fixed typo with RTCP stream removing --- core/AmRtpStream.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/AmRtpStream.cpp b/core/AmRtpStream.cpp index 61aab70..6847797 100644 --- a/core/AmRtpStream.cpp +++ b/core/AmRtpStream.cpp @@ -437,7 +437,7 @@ AmRtpStream::~AmRtpStream() if(l_sd){ if (AmRtpReceiver::haveInstance()){ AmRtpReceiver::instance()->removeStream(l_sd); - AmRtpReceiver::instance()->removeStream(l_rctp_sd); + AmRtpReceiver::instance()->removeStream(l_rtcp_sd); } close(l_sd); close(l_rtcp_sd); _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
