forgot member in reset()

This commit is contained in:
wangyix 2014-08-01 16:54:29 -07:00
parent 1d74ae8197
commit 99df05f770

View file

@ -77,6 +77,7 @@ void SequenceNumberStats::reset() {
delete _childInstance;
_childInstance = NULL;
}
_consecutiveReasonable = 0;
}
static const int UINT16_RANGE = std::numeric_limits<uint16_t>::max() + 1;