reset nodeTypesOfInterest on NodeList reset

This commit is contained in:
Stephen Birarda 2013-10-11 17:48:54 -07:00
parent a29de84fae
commit 5ca805693c

View file

@ -285,6 +285,9 @@ void NodeList::reset() {
_checkInPacket = NULL;
_numBytesCheckInPacket = 0;
delete _nodeTypesOfInterest;
_nodeTypesOfInterest = NULL;
}
void NodeList::setNodeTypesOfInterest(const char* nodeTypesOfInterest, int numNodeTypesOfInterest) {