mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-16 22:00:55 +00:00
Fix code analysis "issues"
This commit is contained in:
committed by
Michelle Bergeron
parent
d903ee7784
commit
d5037dff82
@@ -54,6 +54,9 @@ static void inputSendThreadProc(void* context) {
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(suppress: 6001)
|
||||
#endif
|
||||
err = send(inputSock, (const char*) &holder->packet, holder->packetLength, 0);
|
||||
free(holder);
|
||||
if (err <= 0) {
|
||||
|
||||
Reference in New Issue
Block a user