mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +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;
|
_checkInPacket = NULL;
|
||||||
|
|
||||||
_numBytesCheckInPacket = 0;
|
_numBytesCheckInPacket = 0;
|
||||||
|
|
||||||
|
delete _nodeTypesOfInterest;
|
||||||
|
_nodeTypesOfInterest = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void NodeList::setNodeTypesOfInterest(const char* nodeTypesOfInterest, int numNodeTypesOfInterest) {
|
void NodeList::setNodeTypesOfInterest(const char* nodeTypesOfInterest, int numNodeTypesOfInterest) {
|
||||||
|
|
Loading…
Reference in a new issue