mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:48:38 +02:00
forgot member in reset()
This commit is contained in:
parent
1d74ae8197
commit
99df05f770
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ void SequenceNumberStats::reset() {
|
||||||
delete _childInstance;
|
delete _childInstance;
|
||||||
_childInstance = NULL;
|
_childInstance = NULL;
|
||||||
}
|
}
|
||||||
|
_consecutiveReasonable = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const int UINT16_RANGE = std::numeric_limits<uint16_t>::max() + 1;
|
static const int UINT16_RANGE = std::numeric_limits<uint16_t>::max() + 1;
|
||||||
|
|
Loading…
Reference in a new issue