packet_counts is always true here

pull/3530/head
Isaac Connor 2022-07-14 10:42:01 -04:00
parent 4f2dc894d5
commit 64a9120ea7
1 changed files with 1 additions and 1 deletions

View File

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