mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 02:42:19 +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;
|
||||
_childInstance = NULL;
|
||||
}
|
||||
_consecutiveReasonable = 0;
|
||||
}
|
||||
|
||||
static const int UINT16_RANGE = std::numeric_limits<uint16_t>::max() + 1;
|
||||
|
|
Loading…
Reference in a new issue