mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
virtual destructor for TunnelConfig
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user