summaryrefslogtreecommitdiff
path: root/ChangeLog-99b
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-11-17 05:02:05 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-11-17 05:02:05 +0000
commitb29377bf89a03edaf7587be2380c195509ed33dc (patch)
tree38b1071dfdb0e0e1eabbf99b1796c3574ef4e88b /ChangeLog-99b
parent5e2bef2d3bf1c567d2af8986a3df4ad90b826112 (diff)
downloadATCD-b29377bf89a03edaf7587be2380c195509ed33dc.tar.gz
ChangeLogTag:Tue Nov 16 07:58:11 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r--ChangeLog-99b5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 4c0a55b10dd..d6ccb1bd57a 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,5 +1,10 @@
Tue Nov 16 07:58:11 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+ * netsvcs/lib/Client_Logging_Handler.cpp (fini):
+ Make sure to dynamically allocate the logger_key_ and
+ server_host_ so that we don't end up with weird memory problems.
+ Thanks to Dmitry Ergy <dergy@websci.ru> for reporting this.
+
* ace/config-irix6.x-common.h: Added
ACE_LACKS_PLACEMENT_OPERATOR_DELETE to keep Irix compilers from
complaining! Thanks to David for reporting this.