The CORBA::MICO bindings leak memory in the
objref_from_any() function in types.cc. For CORBA 2.3
and later, the object pointer argument of *any >>=
CORBA::Any::to_object (obj) has ownership of the
object, making the call to CORBA::Object::_duplicate
unnecessary.
Patch against current CVS