summaryrefslogtreecommitdiffstats
path: root/net/data
diff options
context:
space:
mode:
authormbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-05 23:14:12 +0000
committermbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-05 23:14:12 +0000
commit8ad1c1427d7e5cf404a6d0e90f6235ed6119eae8 (patch)
treec2bcf68623cce5b567548e733b25719bd51f53e6 /net/data
parent097287815ee24b2c8c037da68d2daee15b8feb74 (diff)
downloadchromium_src-8ad1c1427d7e5cf404a6d0e90f6235ed6119eae8.zip
chromium_src-8ad1c1427d7e5cf404a6d0e90f6235ed6119eae8.tar.gz
chromium_src-8ad1c1427d7e5cf404a6d0e90f6235ed6119eae8.tar.bz2
Fix leak in SpdyNetworkTransactionTest.CloseWithActiveStream.
The test case identified a case where previously we hung (we didn't close out the stream on the now-dead session). With the fix, we closed the streams, but we didn't remove the session reference, leaving it leaked. The test case did properly catch this. BUG=43179 TEST=SpdyNetworkTransactionTest.CloseWithActiveStream. Review URL: http://codereview.chromium.org/1916004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46518 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/data')
-rw-r--r--net/data/valgrind/net_unittests.gtest.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/data/valgrind/net_unittests.gtest.txt b/net/data/valgrind/net_unittests.gtest.txt
index 55f7797..6d9ac60 100644
--- a/net/data/valgrind/net_unittests.gtest.txt
+++ b/net/data/valgrind/net_unittests.gtest.txt
@@ -3,4 +3,3 @@ KeygenHandlerTest.*SmokeTest
# Fails Valgrind with varying stack traces. http://crbug.com/43179
SpdySessionTest.GetPushStream
-SpdyNetworkTransactionTest.CloseWithActiveStream