aboutsummaryrefslogtreecommitdiff
path: root/talk/media/sctp/sctpdataengine.cc
diff options
context:
space:
mode:
authorjiayl@webrtc.org <jiayl@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-01-29 19:44:40 +0000
committerjiayl@webrtc.org <jiayl@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-01-29 19:44:40 +0000
commit808b99b111ba15a9e212762241f0e341cee44753 (patch)
tree0b1f098e38c7577eae810a7cfd352547c13a0d99 /talk/media/sctp/sctpdataengine.cc
parenta576faf82a692c9422dcdc3278394ed25e6ee4f7 (diff)
downloadwebrtc-808b99b111ba15a9e212762241f0e341cee44753.tar.gz
Disable a test assert which fails due to usrsctp not cleaned up in SctpDataEngine.cc
BUG=2749 R=fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/7739005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5460 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'talk/media/sctp/sctpdataengine.cc')
-rw-r--r--talk/media/sctp/sctpdataengine.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/talk/media/sctp/sctpdataengine.cc b/talk/media/sctp/sctpdataengine.cc
index 37b17d3a51..59e252aaee 100644
--- a/talk/media/sctp/sctpdataengine.cc
+++ b/talk/media/sctp/sctpdataengine.cc
@@ -287,6 +287,7 @@ SctpDataEngine::~SctpDataEngine() {
// TODO(ldixon): There is currently a bug in teardown of usrsctp that blocks
// indefintely if a finish call made too soon after close calls. So teardown
// has been skipped. Once the bug is fixed, retest and enable teardown.
+ // Tracked in webrtc issue 2749.
//
// usrsctp_engines_count--;
// LOG(LS_VERBOSE) << "usrsctp_engines_count:" << usrsctp_engines_count;