Merge branch 'master' into feature/clipboard_improvements

This commit is contained in:
WerWolv 2025-05-29 20:01:25 +02:00
commit 0ea3adcb75
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace hex {
#if defined(OS_WINDOWS)
::closesocket(m_socketFd);
#else
::close(sockfd_);
::close(m_socketFd);
#endif
}
}