diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-06-19 14:00:06 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-06-19 14:00:06 +0200 |
commit | 7bf40d927a4db52c900b08a46b2529fd105a036d (patch) | |
tree | 732f543f6a27b0ade13a3200bbbf9391eabf61f2 | |
parent | Fixed ICE-6595: Glacier2/sessionHelper deadlock on destroy (diff) | |
download | ice-7bf40d927a4db52c900b08a46b2529fd105a036d.tar.bz2 ice-7bf40d927a4db52c900b08a46b2529fd105a036d.tar.xz ice-7bf40d927a4db52c900b08a46b2529fd105a036d.zip |
Added entry for Glacier::SessionFactoryHelper::destroy addition
-rw-r--r-- | CHANGELOG-3.6.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index 1b4c98812c9..2a4f56fb3e2 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -173,6 +173,8 @@ These are the changes since Ice 3.5.1. ## C++ Changes +- Calling Glacier2::SessionFactoryHelper::destroy() is now required to ensure resources allocated for session helpers are correctly released. + - 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. |