packet_counts is always true here
parent
4f2dc894d5
commit
64a9120ea7
|
@ -380,7 +380,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