mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-24 12:00:10 +00:00
chore: fix issues found through static analysis
This commit is contained in:
@@ -20,6 +20,10 @@ namespace client
|
||||
: RunnableClientDestination(keys, false, params),
|
||||
m_RemoteName(remoteName) {}
|
||||
|
||||
MatchedTunnelDestination::~MatchedTunnelDestination()
|
||||
{
|
||||
if (m_ResolveTimer) m_ResolveTimer->cancel ();
|
||||
}
|
||||
|
||||
void MatchedTunnelDestination::ResolveCurrentLeaseSet()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user