This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b85491  Add virtual destructor to QUICTPConfig. (#7036)
2b85491 is described below

commit 2b85491291e0711b51e6397f02cb23bb04e59f34
Author: Alan M. Carroll <[email protected]>
AuthorDate: Thu Jul 23 16:10:26 2020 -0500

    Add virtual destructor to QUICTPConfig. (#7036)
---
 iocore/net/quic/QUICTypes.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iocore/net/quic/QUICTypes.h b/iocore/net/quic/QUICTypes.h
index 5139b78..bb5c028 100644
--- a/iocore/net/quic/QUICTypes.h
+++ b/iocore/net/quic/QUICTypes.h
@@ -520,6 +520,7 @@ private:
 class QUICTPConfig
 {
 public:
+  virtual ~QUICTPConfig()                                                      
                    = default; // required
   virtual uint32_t no_activity_timeout() const                                 
                    = 0;
   virtual const IpEndpoint *preferred_address_ipv4() const                     
                    = 0;
   virtual const IpEndpoint *preferred_address_ipv6() const                     
                    = 0;

Reply via email to