Fixed crash trigger on Ctrl+C (errno == EINTR check)

This commit is contained in:
2025-11-13 15:43:46 +01:00
parent c85f622a60
commit b37a999274
7 changed files with 28 additions and 28 deletions

View File

@@ -84,8 +84,6 @@ int main(int argc, char** argv) {
hostRunning = false;
server->stop();
udpServer->stop();
tun.reset();
tun = nullptr;
});
});