| Index: net/tools/quic/quic_dispatcher_test.cc
|
| diff --git a/net/tools/quic/quic_dispatcher_test.cc b/net/tools/quic/quic_dispatcher_test.cc
|
| index 967474df0d683b0f8a1e6a1294a13c3271cb60c4..032f660d60112579cc750b0c24bdd158c3cd80f1 100644
|
| --- a/net/tools/quic/quic_dispatcher_test.cc
|
| +++ b/net/tools/quic/quic_dispatcher_test.cc
|
| @@ -61,7 +61,8 @@ class TestQuicSpdyServerSession : public QuicServerSessionBase {
|
| crypto_config,
|
| compressed_certs_cache),
|
| crypto_stream_(QuicServerSessionBase::GetCryptoStream()) {}
|
| - ~TestQuicSpdyServerSession() override{};
|
| +
|
| + ~TestQuicSpdyServerSession() override { delete connection(); };
|
|
|
| MOCK_METHOD3(OnConnectionClosed,
|
| void(QuicErrorCode error,
|
|
|