BongoVR
Results
1
issues of
BongoVR
In `CSimpleSocket::Initialize` the `m_hWSAData` is initialised under Windows using `WSAStartup.` According to MSDN, each call to `WSAStartup` must have a matching call to `WSACleanup.` However, the entire library is lacking...