Fix a memory leak on OOS audio packets with a direct-submit audio player
This commit is contained in:
parent
ec4fc23cd7
commit
3c94da1beb
1 changed files with 1 additions and 0 deletions
|
|
@ -215,6 +215,7 @@ static void ReceiveThreadProc(void* context) {
|
|||
}
|
||||
else {
|
||||
decodeInputData(packet);
|
||||
free(packet);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue