Fix another double free

This commit is contained in:
Cameron Gutman 2016-02-15 18:11:12 -05:00
parent 167d344e39
commit ceb9504ade

View File

@ -123,7 +123,6 @@ static int queuePacketToLbq(PQUEUED_AUDIO_PACKET* packet) {
freePacketList(LbqFlushQueueItems(&packetQueue));
}
else if (err == LBQ_INTERRUPTED) {
free(*packet);
return 0;
}