mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-18 06:41:06 +00:00
Fix leftover
This commit is contained in:
@@ -60,8 +60,6 @@ static void ReceiveThreadProc(void* context) {
|
|||||||
Limelog("Receive thread terminating #2\n");
|
Limelog("Receive thread terminating #2\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
queueRtpPacket((PRTP_PACKET) &buffer[sizeof(int)], err);
|
|
||||||
|
|
||||||
memcpy(buffer, &err, sizeof(err));
|
memcpy(buffer, &err, sizeof(err));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user