mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
virtual destructor for TunnelConfig
This commit is contained in:
parent
c6e4758187
commit
c0400bfd07
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue