mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00: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);
|
m_LastHop->SetReplyHop (replyTunnelID, replyIdent);
|
||||||
}
|
}
|
||||||
|
|
||||||
~TunnelConfig ()
|
virtual ~TunnelConfig ()
|
||||||
{
|
{
|
||||||
TunnelHopConfig * hop = m_FirstHop;
|
TunnelHopConfig * hop = m_FirstHop;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user