summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-25 20:31:36 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-25 20:31:36 +0000
commiteec4cc0ab1a6762f306e5eb1999f8559005a0037 (patch)
tree820657d7f023aced5725054588290793080499b2 /tests
parentbec707ab42689888bcd668f8e7f7e63875b6e5a3 (diff)
downloadATCD-eec4cc0ab1a6762f306e5eb1999f8559005a0037.tar.gz
ChangeLogTag:Wed Apr 25 15:30:18 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/Malloc_Test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Malloc_Test.cpp b/tests/Malloc_Test.cpp
index 2d1282c6573..8117343b002 100644
--- a/tests/Malloc_Test.cpp
+++ b/tests/Malloc_Test.cpp
@@ -380,6 +380,7 @@ main (int argc, ACE_TCHAR *[])
data));
myalloc->dump ();
child ();
+ myalloc->release ();
ACE_END_LOG;
return 0;
}