[asterisk-scf-commits] asterisk-scf/integration/media_rtp_pjmedia.git branch "alternate_source_cleanup" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Jul 9 16:43:40 CDT 2012
branch "alternate_source_cleanup" has been updated
via 696c728ff5cd8c3d3659e33ed492af68b4ae07ad (commit)
from d5146877151aaf690908b8710a030acf18a557d9 (commit)
Summary of changes:
src/RTPSession.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 696c728ff5cd8c3d3659e33ed492af68b4ae07ad
Author: Brent Eagles <beagles at digium.com>
Date: Mon Jul 9 19:13:13 2012 -0230
Force an early cleanup of the endpoint. This should cleanup threads, pools etc for the session.
diff --git a/src/RTPSession.cpp b/src/RTPSession.cpp
index e0c26cc..0e389a0 100644
--- a/src/RTPSession.cpp
+++ b/src/RTPSession.cpp
@@ -1243,6 +1243,7 @@ void RTPSessionImpl::destroy()
mStreamSink = 0;
mSessionAdapter.reset();
+ mEndpoint.reset();
mTransport.reset();
mRtcpSessionInterface = 0;
}
-----------------------------------------------------------------------
--
asterisk-scf/integration/media_rtp_pjmedia.git
More information about the asterisk-scf-commits
mailing list