Skip to content

Commit

Permalink
fix(tests): add clearing of children, reenable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Aug 17, 2015
1 parent 13ad949 commit 5e8f684
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nlv_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class NLVObject : public NLVObjectBase
(*it)->ClearChildren();
(*it)->ClearHandle();
}

children_.clear();
}

std::vector<NLVObjectBase*> children_;
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5e8f684

Please sign in to comment.