From bbc690b036e32622d25ac4cacbeafae9cdecf1e2 Mon Sep 17 00:00:00 2001 From: vasiloglou Date: Wed, 16 May 2007 13:24:44 +0000 Subject: [PATCH] the test is running properly --- fastlib/u/nvasil/tree/node_unit.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fastlib/u/nvasil/tree/node_unit.cc b/fastlib/u/nvasil/tree/node_unit.cc index cac6f6409f..f17695aa47 100644 --- a/fastlib/u/nvasil/tree/node_unit.cc +++ b/fastlib/u/nvasil/tree/node_unit.cc @@ -79,6 +79,8 @@ class NodeTest { } void Destruct() { hyper_rectangle_.Destruct(); + Allocator_t::allocator_->Destruct(); + unlink("temp_mem"); delete Allocator_t::allocator_; dataset_.Destruct(); unlink(data_file_.c_str());