mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 18:23:22 +02:00
Merge pull request #1056 from birarda/master
add reset of node types of interest to NodeList reset
This commit is contained in:
commit
78b2f2665d
1 changed files with 3 additions and 0 deletions
|
@ -285,6 +285,9 @@ void NodeList::reset() {
|
|||
_checkInPacket = NULL;
|
||||
|
||||
_numBytesCheckInPacket = 0;
|
||||
|
||||
delete _nodeTypesOfInterest;
|
||||
_nodeTypesOfInterest = NULL;
|
||||
}
|
||||
|
||||
void NodeList::setNodeTypesOfInterest(const char* nodeTypesOfInterest, int numNodeTypesOfInterest) {
|
||||
|
|
Loading…
Reference in a new issue