Fix another double free
This commit is contained in:
parent
167d344e39
commit
ceb9504ade
1 changed files with 0 additions and 1 deletions
|
|
@ -123,7 +123,6 @@ static int queuePacketToLbq(PQUEUED_AUDIO_PACKET* packet) {
|
|||
freePacketList(LbqFlushQueueItems(&packetQueue));
|
||||
}
|
||||
else if (err == LBQ_INTERRUPTED) {
|
||||
free(*packet);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue