diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-08-24 16:03:08 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-08-24 16:03:08 +0000 |
commit | 0f771a8aaf1a56486280b578946080953c1ea006 (patch) | |
tree | 52fa9cabd41aae87f1536278430689aa2e0c5aee /ace | |
parent | 8242a1aa572db649f66000ee8508b761c506a089 (diff) | |
download | ATCD-0f771a8aaf1a56486280b578946080953c1ea006.tar.gz |
ChangeLogTag: Fri Aug 24 10:17:00 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Log_Msg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp index 404484531ee..80b513c7497 100644 --- a/ace/Log_Msg.cpp +++ b/ace/Log_Msg.cpp @@ -1658,7 +1658,7 @@ ACE_Log_Msg::log_hexdump (ACE_Log_Priority log_priority, msg_buf, buf); - delete msg_buf; + delete [] msg_buf; return 0; } |