packet_counts is always true here

pull/3609/head
Isaac Connor 2022-07-14 10:42:01 -04:00 committed by Isaac Connor
parent f97be5d5b8
commit 318062951f
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ void PacketQueue::clear() {
*iterator_it = pktQueue.begin();
} // end foreach iterator
if (packet_counts) delete[] packet_counts;
delete[] packet_counts;
packet_counts = nullptr;
max_stream_id = -1;