Archived

This forum has been archived. Please start a new discussion on GitHub.

Patch #3 for Ice 3.4.2: Glacier2 memory leak

mes
mes California
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