As reported here, Glacier2 leaks memory for each session. Note that this leak only occurs when Glacier2's request buffering feature is enabled, as it is by default.
To apply the patch to an Ice 3.4.2 source distribution on Windows:
cd Ice-3.4.2
patch --binary -p1 < patch.txt
On Unix:
cd Ice-3.4.2
patch -p1 < patch.txt
Best regards,
ZeroC Staff

Reply With Quote