diff options
author | spark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-12 15:27:33 +0000 |
---|---|---|
committer | spark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-12 15:27:33 +0000 |
commit | 92d39995bf82aa7e248196369b9917ee1459bf8b (patch) | |
tree | d9229064c3eb4aa1553253c34ada81d1792a9ef3 /tests/Config_Test.cpp | |
parent | 52e7fc69bf99297e8eca0a063db74fb5dff7bb17 (diff) | |
download | ATCD-92d39995bf82aa7e248196369b9917ee1459bf8b.tar.gz |
ChangeLogTag: Tue Mar 12 09:06:00 2002 Si Mong Park <spark@ociweb.com>
Diffstat (limited to 'tests/Config_Test.cpp')
-rw-r--r-- | tests/Config_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Config_Test.cpp b/tests/Config_Test.cpp index 19e69aba5cd..72285f0b75a 100644 --- a/tests/Config_Test.cpp +++ b/tests/Config_Test.cpp @@ -709,7 +709,7 @@ iniCompare (ACE_Configuration_Heap& fromFile, ACE_Configuration_Heap& original) --binary_length; ++ptr; } - delete (char *)binary_data; + delete [] (char *)binary_data; }// end successful binary read }// end if originalType was binary else |