mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
[Redirector] Fix memory leak
This commit is contained in:
@@ -34,8 +34,8 @@ void ProcessPacket(ENDPOINT_ID id, SOCKADDR_IN6 target, const char* packet, int
|
||||
}
|
||||
}
|
||||
|
||||
delete options;
|
||||
delete[] packet;
|
||||
delete[] options;
|
||||
}
|
||||
|
||||
bool DNSHandler::Init()
|
||||
|
||||
Reference in New Issue
Block a user