mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 17:05:50 +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 {
|
||||
decodeInputData(packet);
|
||||
free(packet);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user