mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +00:00
Fix a memory leak on OOS audio packets with a direct-submit audio player
This commit is contained in:
parent
ec4fc23cd7
commit
3c94da1beb
@ -215,6 +215,7 @@ static void ReceiveThreadProc(void* context) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
decodeInputData(packet);
|
decodeInputData(packet);
|
||||||
|
free(packet);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user