mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
virtual destructor for TunnelConfig
This commit is contained in:
parent
c6e4758187
commit
c0400bfd07
|
@ -99,7 +99,7 @@ namespace tunnel
|
|||
m_LastHop->SetReplyHop (replyTunnelID, replyIdent);
|
||||
}
|
||||
|
||||
~TunnelConfig ()
|
||||
virtual ~TunnelConfig ()
|
||||
{
|
||||
TunnelHopConfig * hop = m_FirstHop;
|
||||
|
||||
|
|
Loading…
Reference in a new issue