packet_counts is always true here
parent
f97be5d5b8
commit
318062951f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue