summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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;
}