View Single Post
  #1 (permalink)  
Old 01-08-2006
michi's Avatar
michi michi is offline
ZeroC Staff
 
Name: Michi Henning
Organization: ZeroC
Project: Ice
 
Join Date: Feb 2003
Location: Brisbane, Australia
Posts: 929
Patch for Ice for C++ 3.0.0

Hi,

the attached patch fixes a problem with the class garbage collector in Ice for C++ that can result in double-deletion of class instances.

Note that the patch is not binary compatible, so you need to recompile client/server code after recompiling Ice.

This patch will be included in the 3.1 release.

Cheers,

Michi.
Attached Files
File Type: txt patch.txt (11.5 KB, 99 views)

Last edited by michi : 02-24-2006 at 12:10 AM.
Reply With Quote