Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(822)

Unified Diff: net/quic/quic_stream_factory.cc

Issue 14328013: QUIC - fix memory leak. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merging changes Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/heapcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_stream_factory.cc
diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
index fe25c509004c3d5d0aef9bdf10410477bdb6441f..546848b3a00800d621c1e7fe63c1b66efa9672f0 100644
--- a/net/quic/quic_stream_factory.cc
+++ b/net/quic/quic_stream_factory.cc
@@ -234,6 +234,7 @@ QuicStreamFactory::QuicStreamFactory(
QuicStreamFactory::~QuicStreamFactory() {
STLDeleteElements(&all_sessions_);
STLDeleteValues(&active_jobs_);
+ STLDeleteValues(&all_crypto_configs_);
}
int QuicStreamFactory::Create(const HostPortProxyPair& host_port_proxy_pair,
« no previous file with comments | « no previous file | tools/heapcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698