chore: fix issues found through static analysis

This commit is contained in:
jpk68
2026-07-25 16:42:55 -04:00
parent 78fd1ec431
commit 757f4d1881
6 changed files with 21 additions and 5 deletions
+4
View File
@@ -20,6 +20,10 @@ namespace client
: RunnableClientDestination(keys, false, params),
m_RemoteName(remoteName) {}
MatchedTunnelDestination::~MatchedTunnelDestination()
{
if (m_ResolveTimer) m_ResolveTimer->cancel ();
}
void MatchedTunnelDestination::ResolveCurrentLeaseSet()
{