mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 14:21:30 +00:00
Fix another double free
This commit is contained in:
@@ -123,7 +123,6 @@ static int queuePacketToLbq(PQUEUED_AUDIO_PACKET* packet) {
|
|||||||
freePacketList(LbqFlushQueueItems(&packetQueue));
|
freePacketList(LbqFlushQueueItems(&packetQueue));
|
||||||
}
|
}
|
||||||
else if (err == LBQ_INTERRUPTED) {
|
else if (err == LBQ_INTERRUPTED) {
|
||||||
free(*packet);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user