packet_counts is always true here
parent
4f2dc894d5
commit
64a9120ea7
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue