summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-02-13 18:47:13 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-02-13 18:47:13 +0000
commit135c13bf3fa7d21f3159e821625b8348baa9ca0d (patch)
treeb2cbf55d4f67f295d9c22d9b8a70e608fe29d6aa /tests
parente7d42328f48fd9ba85f9216f1560709460dd35fa (diff)
downloadATCD-135c13bf3fa7d21f3159e821625b8348baa9ca0d.tar.gz
ChangeLogTag: Wed Feb 13 12:45:06 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/Config_Test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Config_Test.cpp b/tests/Config_Test.cpp
index d3e798fd65e..4f979354785 100644
--- a/tests/Config_Test.cpp
+++ b/tests/Config_Test.cpp
@@ -122,7 +122,7 @@ test (ACE_Configuration *config)
if (data_out[j] != data[j])
return -11;
- delete data_out;
+ delete [] data_out;
// Test iteration.
ACE_TString name;
@@ -710,6 +710,8 @@ iniCompare (ACE_Configuration_Heap& fromFile, ACE_Configuration_Heap& original)
++ptr;
}
delete (char *)binary_data;
+ delete [] (char *)binary_data;
+
}// end successful binary read
}// end if originalType was binary
else