destroy.cc (85B)
1 #include "mutextree" 2 3 void MutexTree::destroy() { 4 delete _root; 5 _root = 0; 6 }