mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 09:25:49 +00:00
Fix another double free
This commit is contained in:
parent
167d344e39
commit
ceb9504ade
@ -123,7 +123,6 @@ static int queuePacketToLbq(PQUEUED_AUDIO_PACKET* packet) {
|
||||
freePacketList(LbqFlushQueueItems(&packetQueue));
|
||||
}
|
||||
else if (err == LBQ_INTERRUPTED) {
|
||||
free(*packet);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user