summaryrefslogtreecommitdiff
path: root/examples/Shared_Malloc
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-03-07 07:59:03 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-03-07 07:59:03 +0000
commitacc6b9a51aab3f46e478f97e5aeb8bc9975933d7 (patch)
tree7621d285df94a6f74c0db52018d061ddb94c1e26 /examples/Shared_Malloc
parent2bb487a7a51cfc86506cd95f7751b415f0fa2084 (diff)
downloadATCD-acc6b9a51aab3f46e478f97e5aeb8bc9975933d7.tar.gz
ChangeLogTag: Mon Mar 06 20:08:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/Shared_Malloc')
-rw-r--r--examples/Shared_Malloc/test_persistence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Shared_Malloc/test_persistence.cpp b/examples/Shared_Malloc/test_persistence.cpp
index 740faa17efb..a981cfd6a4f 100644
--- a/examples/Shared_Malloc/test_persistence.cpp
+++ b/examples/Shared_Malloc/test_persistence.cpp
@@ -72,7 +72,7 @@ public:
#if !defined (ACE_LACKS_PLACEMENT_OPERATOR_DELETE)
void operator delete (void *p, const ACE_nothrow_t&) throw ()
{
- shmem_allocator->free (pointer);
+ shmem_allocator->free (p);
}
#endif /* ACE_LACKS_PLACEMENT_OPERATOR_DELETE */
#endif