virtual destructor for TunnelConfig

This commit is contained in:
orignal 2021-10-31 22:14:59 -04:00
parent c6e4758187
commit c0400bfd07

View file

@ -99,7 +99,7 @@ namespace tunnel
m_LastHop->SetReplyHop (replyTunnelID, replyIdent);
}
~TunnelConfig ()
virtual ~TunnelConfig ()
{
TunnelHopConfig * hop = m_FirstHop;