summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_stream_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/quic_stream_factory.cc')
-rw-r--r--net/quic/quic_stream_factory.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
index fe25c50..546848b 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,