Hi, Dears If a corba client creates a corba object reference through the specified class factory using POA, should the object reference be freed when the client doesn't need it any more? MyClassFactory_var theFactory; MyClass_var theObj; theObj = theFactory->create(); // do something on "theObj" // need to free ? theFactory->destroy( theObj ); Best Regards, Edward Lin