Revert "#ifdef'd out multipath/QoS statistics buffers allocations for ZT_PROTOCOL_VERSION<10"

This reverts commit 270debb3fc.
This commit is contained in:
Grant Limberg 2019-03-11 09:44:40 -07:00
parent 993d850f69
commit d4c0349de9
3 changed files with 2 additions and 8 deletions

View file

@ -62,9 +62,7 @@ private:
public:
~Peer() {
Utils::burn(_key,sizeof(_key));
#if ZT_PROTO_VERSION >= 10
delete _pathChoiceHist;
#endif
_pathChoiceHist = NULL;
}