summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-06-10 15:17:38 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-06-10 15:17:38 +0200
commitf1902f1af3e8bf7a30a2ac3eda89b07c66063f7a (patch)
tree6147da12d61591eeb90fc8ac2d0459e521294fa1
parentFixed bug in object adapter where default servants were not cleared on destro... (diff)
downloadice-f1902f1af3e8bf7a30a2ac3eda89b07c66063f7a.tar.bz2
ice-f1902f1af3e8bf7a30a2ac3eda89b07c66063f7a.tar.xz
ice-f1902f1af3e8bf7a30a2ac3eda89b07c66063f7a.zip
Added CHANGELOG entry for default servant map not being cleared issed
-rw-r--r--CHANGELOG-3.6.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md
index ff899a4c165..12517714717 100644
--- a/CHANGELOG-3.6.md
+++ b/CHANGELOG-3.6.md
@@ -169,6 +169,8 @@ These are the changes since Ice 3.5.1.
## C++ Changes
+- Fixed a bug where the object adapter default servant map wasn't cleared on object adapter destruction. This could potential lead to leaks if the default servant had a reference to the object adapter.
+
- IceStorm is now faster when creating persistent topics and subscribers.
- Ice for C++ now supports the GCC and clang symbol visibility options: we build by default with `-fvisibility=hidden` and we define `ICE_DECLSPEC_EXPORT` and `ICE_DECLSPEC_IMPORT` for these compilers.