summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjones_s <jones_s@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-09 18:47:08 +0000
committerjones_s <jones_s@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-09 18:47:08 +0000
commitae81df876d0e6277e5a69f048e53c22006fbc159 (patch)
tree0e24a763454e4407091d65dad32d8739cdda426a
parentec9ea0f606710d9650816bc73685a7d52d7571d3 (diff)
downloadATCD-ae81df876d0e6277e5a69f048e53c22006fbc159.tar.gz
Added entry for DOC bug# 1487
-rw-r--r--TAO/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index a7a453ae70a..f5555cbff05 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,13 @@
+Wed Apr 9 13:47:26 2003 Stuart Jones <jones_s@ociweb.com>
+
+ * tao/Messaging/Messaging.cpp
+
+ Added code to register exception pointer with ACE_Auto_Basic_Ptr
+ when TAO is compiled with exceptions. When using AMI, a leak
+ appeared if an exception was raised. The exception was created
+ on the heap, but the "raise" made a copy of this on the stack.
+ See DOC bug# 1487.
+
Wed Apr 9 17:12:23 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
List of changed gathered the last weeks by me and Mark Drijver